forked from pool/python-packaging
Accepting request 1124436 from home:ecsos:python
- Update ot 23.2: * parse_marker should consume the entire source string in #687 * Create a Security Policy file in #695 * Add python 3.12 to CI in #689 * Remove URL validation from requirement parsing in #684 * Add types for packaging.version._Version in #665 * Add PyPy 3.10 to CI in #699 * Remove unused argument in _manylinux._is_compatible in #700 * Canonicalize names for requirements comparison in #696 * Add platform tag support for LoongArch in #693 * Ability to install armv7l manylinux/musllinux wheels on armv8l in #690 * Include CHANGELOG.rst in sdist in #704 * Update pyupgrade to Python 3.7+ in #580 * Fix version pattern pre-releases in #705 * Fix typos found by codespell in #706 * Support enriched metadata in #686 * Correct rST syntax in CHANGELOG.rst in #709 * fix: platform tag for GraalPy in #711 * Document that this library uses a calendar-based versioning scheme in #717 * fix: Update copyright date for docs in #713 * Bump pip version to avoid known vulnerabilities in #720 * Typing annotations fixed in version.py in #723 * parse_{sdist,wheel}_filename: don't raise InvalidVersion in #721 * Fix code blocks in CHANGELOG.md in #724 OBS-URL: https://build.opensuse.org/request/show/1124436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=76
This commit is contained in:
parent
ee444c8ea3
commit
2303d6440c
BIN
packaging-23.1.tar.gz
(Stored with Git LFS)
BIN
packaging-23.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
packaging-23.2.tar.gz
Normal file
3
packaging-23.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5
|
||||
size 146714
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 9 12:05:35 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update ot 23.2:
|
||||
* parse_marker should consume the entire source string in #687
|
||||
* Create a Security Policy file in #695
|
||||
* Add python 3.12 to CI in #689
|
||||
* Remove URL validation from requirement parsing in #684
|
||||
* Add types for packaging.version._Version in #665
|
||||
* Add PyPy 3.10 to CI in #699
|
||||
* Remove unused argument in _manylinux._is_compatible in #700
|
||||
* Canonicalize names for requirements comparison in #696
|
||||
* Add platform tag support for LoongArch in #693
|
||||
* Ability to install armv7l manylinux/musllinux wheels on armv8l in #690
|
||||
* Include CHANGELOG.rst in sdist in #704
|
||||
* Update pyupgrade to Python 3.7+ in #580
|
||||
* Fix version pattern pre-releases in #705
|
||||
* Fix typos found by codespell in #706
|
||||
* Support enriched metadata in #686
|
||||
* Correct rST syntax in CHANGELOG.rst in #709
|
||||
* fix: platform tag for GraalPy in #711
|
||||
* Document that this library uses a calendar-based versioning scheme in #717
|
||||
* fix: Update copyright date for docs in #713
|
||||
* Bump pip version to avoid known vulnerabilities in #720
|
||||
* Typing annotations fixed in version.py in #723
|
||||
* parse_{sdist,wheel}_filename: don't raise InvalidVersion in #721
|
||||
* Fix code blocks in CHANGELOG.md in #724
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:28:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -53,7 +53,7 @@ ExclusiveArch: do-not-build
|
||||
%endif
|
||||
|
||||
Name: %{pprefix}-packaging%{?psuffix}
|
||||
Version: 23.1
|
||||
Version: 23.2
|
||||
Release: 0
|
||||
Summary: Core utilities for Python packages
|
||||
License: Apache-2.0 AND BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user