- update to 0.44.0:

* Canonicalized requirements in METADATA file
  * Deprecated the bdist_wheel module, as the code was migrated
    to setuptools itself
- Update to version 0.38.3
- Resync the upstream tarball
- actually, _really_ test this module:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=79
This commit is contained in:
2024-09-08 13:42:59 +00:00
committed by Git OBS Bridge
parent 77e9eadc9a
commit 2fdfacd159
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Sep 8 13:41:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.44.0:
* Canonicalized requirements in METADATA file
* Deprecated the bdist_wheel module, as the code was migrated
to setuptools itself
-------------------------------------------------------------------
Sat Mar 16 14:23:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
@@ -74,7 +82,7 @@ Sat Dec 3 02:56:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.38.4
* Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values in METADATA (PR by Anderson Bravalheri)
- Update to version 0.38.3
- Update to version 0.38.3
* Fixed install failure when used with --no-binary, reported on Ubuntu 20.04, by removing setup_requires from setup.cfg
-------------------------------------------------------------------
@@ -333,7 +341,7 @@ Tue May 22 15:43:04 UTC 2018 - arun@gmx.de
Mon Nov 27 13:00:03 UTC 2017 - idonmez@suse.com
- Fix homepage
- Resync the upstream tarball
- Resync the upstream tarball
-------------------------------------------------------------------
Sat Oct 14 21:17:28 UTC 2017 - t.gruner@katodev.de
@@ -383,7 +391,7 @@ Mon May 9 22:31:35 UTC 2016 - hpj@urpla.net
-------------------------------------------------------------------
Wed Oct 21 13:50:55 UTC 2015 - hpj@urpla.net
- actually, _really_ test this module:
- actually, _really_ test this module:
call py.test directly with appropriate PYTHONPATH
-------------------------------------------------------------------