forked from pool/python-wheel
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
c3d321ae9c | ||
8c65a69e1f | |||
|
a78e35f4d3 | ||
4a198c9f4b | |||
|
bc5c03412b | ||
665180ae90 |
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 11:03:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.45.1:
|
||||
* Fixed pure Python wheels converted from eggs and wininst
|
||||
files having the ABI tag in the file name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 15 08:22:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.45.0
|
||||
* Refactored the ``convert`` command to not need setuptools to be installed
|
||||
* Don't configure setuptools logging unless running ``bdist_wheel``
|
||||
* Added a redirection from ``wheel.bdist_wheel.bdist_wheel`` to
|
||||
``setuptools.command.bdist_wheel.bdist_wheel`` to improve compatibility with
|
||||
``setuptools``' latest fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 +99,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 +358,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 +408,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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -32,7 +32,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-wheel%{psuffix}
|
||||
Version: 0.43.0
|
||||
Version: 0.45.1
|
||||
Release: 0
|
||||
Summary: A built-package format for Python
|
||||
License: MIT
|
||||
|
BIN
wheel-0.43.0.tar.gz
(Stored with Git LFS)
BIN
wheel-0.43.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
wheel-0.45.1.tar.gz
Normal file
3
wheel-0.45.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:398fe0a1a609b1084bcab897c65596613544fbe6109408e505e29e4ce0c3175d
|
||||
size 106943
|
Loading…
x
Reference in New Issue
Block a user