14
0
forked from pool/python-xmlsec

Accepting request 1029766 from home:mcalabkova:branches:devel:languages:python

- Update to 1.13.13
  * Add CI for Python 3.10, manylinux2 SOABI, musllinux1 SOABI and OpenSUSE Tumbleweed
  * Introduce linting with pre-commit
  * Rewrite PEP 484 stubs
  * xmlsec workaround for gh##84
  * Resolve key loading issue on big-endian systems.
  * Fix building wheel when using PYXMLSEC_STATIC_DEPS=true
  * setup.py: Fix typo in PYXMLSEC_LIBXSLT_VERSION
  * Switch on modern headers lxml
  * use build to build wheels
  * remove pkgconfig as it's only a build-system requirement
  * exclude lxml 4.7 because the wheels are missing the lxml includes
- Drop merged avoid_lxml_tests_failing.patch
- Normalize the tests call

OBS-URL: https://build.opensuse.org/request/show/1029766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmlsec?expand=0&rev=22
This commit is contained in:
2022-10-18 15:48:25 +00:00
committed by Git OBS Bridge
parent 09261d91b7
commit 20701e47e7
5 changed files with 25 additions and 40 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Oct 18 13:13:45 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 1.13.13
* Add CI for Python 3.10, manylinux2 SOABI, musllinux1 SOABI and OpenSUSE Tumbleweed
* Introduce linting with pre-commit
* Rewrite PEP 484 stubs
* xmlsec workaround for gh##84
* Resolve key loading issue on big-endian systems.
* Fix building wheel when using PYXMLSEC_STATIC_DEPS=true
* setup.py: Fix typo in PYXMLSEC_LIBXSLT_VERSION
* Switch on modern headers lxml
* use build to build wheels
* remove pkgconfig as it's only a build-system requirement
* exclude lxml 4.7 because the wheels are missing the lxml includes
- Drop merged avoid_lxml_tests_failing.patch
- Normalize the tests call
-------------------------------------------------------------------
Wed May 11 12:39:21 UTC 2022 - Matej Cepl <mcepl@suse.com>