Next | Query returned 17 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+
   2022-11-21 10:36:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeep: updated to 4.2.1

4.2.1 (2022-11-10)
-------------------
- Fix error regarding closing session in async transport
   2022-11-15 13:18:05 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeep: updated to 4.2.0

4.2.0 (2022-111-03)
-------------------
- Drop support for Python 3.6
- Allow embedding CDATA elements in simple types
- Allow to pass in a pre parsed Document
- Fix httpx DeprecationWarning for post data
- Add BinaryMemorySignature
- Fix IndexError when empty body response
- Add support for context manager on Client
- Allow Ws Addressing plugin to use a different URL
- Accept strings for xsd base64Binary
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-09-13 13:20:15 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeep: updated to 4.1.0

4.1.0 (2021-08-15)
------------------
- Remove last dependency on `six`
- Use `platformdirs` instead of the `appsdirs` dependency
- Pass digest method when signing timestamp node
- Fix settings context manager when an exception is raised
- Don't render decimals using scientific notation
- Remove dependency on `defusedxml` (deprecated)
- Improve handling of str values for Duration
   2020-12-07 16:38:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zeep: updated to 4.0.0

4.0.0
Drop support for Python 2.7, 3.3, 3.4 and 3.5
Remove both the aiohttp and the tornado transport class from Zeep. These can be \ 
moved to their own Python package if anyone is interested.
Add zeep.transports.AsyncTransport which is based on httpx. Note that loading \ 
wsdl files is still a sync process but operations can be executed via async.
Start adding more typehints to the package

3.4.0
Allow passing xsd.Nil to sequences
Add support for passing custom digest and signature methods during WSSE signing
Fix path resolving during XSD imports
   2019-05-03 12:54:38 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
Remove references to Python 3.4
   2019-03-13 20:17:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeep: updated to 3.3.1

3.3.1:
 - Fix issue with empty xsd:import statements on Python 2.7

3.3.0:
 - Extend the force_https flag to also force loading xsd files from https when
   a http url is encountered from a https domain
 - Fix handling recursive xsd imports when the url's are enforced from http to
   https.
 - Fix reference attribute when using the Binary Security Token
 - Add support for the WSAM namespace

3.2.0:
 - Fix abstract message check for NoneType before attempting to access parts
 - Improve support for 'Chameleon' XSD schemas
 - Fix resolving qualified references
 - Fix issue with duplicate soap:body tags when multiple parts used
 - Fix Choice with unbound Any element
 - Add xsd_ignore_sequence_order flag
 - Add support for timestamp token in WSS headers
 - Accept strings for xsd.DateTime

3.1.0:
 - Fix SSL issue on with TornadoAsyncTransport
 - Fix passing strict keyword in XML loader
 - Update documentation

3.0.0:
This is a major release, and contains a number of backwards incompatible
changes to the API.
 - Refactor the settings logic in Zeep. All settings are now configured using
   the zeep.settings.Settings() class.
 - Allow control of defusedxml settings via zeep.Settings
 - Add ability to set specific http headers for each call
 - Skip the xsd:annotation element in the all:element
 - Add Settings.force_https as option so that it can be disabled
 - Strip spaces from QName's when parsing xsd's
 - Fix DateTime parsing when only a date is returned
 - Fix handling of nested optional any elements
 - Check if part exists before trying to delete it

Next | Query returned 17 messages, browsing 1 to 10 | Previous