Accepting request 1084881 from devel:languages:python
- Update to 0.40.0: - Added a wheel tags command to modify tags on an existing wheel - Updated vendored packaging to 23.0 - wheel unpack now preserves the executable attribute of extracted files - Fixed spaces in platform names not being converted to underscores - Fixed RECORD files in generated wheels missing the regular file attribute - Fixed DeprecationWarning about the use of the deprecated pkg_resources API - Wheel now uses flit-core as a build backend OBS-URL: https://build.opensuse.org/request/show/1084881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wheel?expand=0&rev=32
This commit is contained in:
commit
9dd9df3db4
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 4 21:13:24 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.40.0:
|
||||||
|
- Added a wheel tags command to modify tags on an existing
|
||||||
|
wheel
|
||||||
|
- Updated vendored packaging to 23.0
|
||||||
|
- wheel unpack now preserves the executable attribute of
|
||||||
|
extracted files
|
||||||
|
- Fixed spaces in platform names not being converted to
|
||||||
|
underscores
|
||||||
|
- Fixed RECORD files in generated wheels missing the regular
|
||||||
|
file attribute
|
||||||
|
- Fixed DeprecationWarning about the use of the deprecated
|
||||||
|
pkg_resources API
|
||||||
|
- Wheel now uses flit-core as a build backend
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:38:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:38:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-wheel%{psuffix}
|
Name: python-wheel%{psuffix}
|
||||||
Version: 0.38.4
|
Version: 0.40.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A built-package format for Python
|
Summary: A built-package format for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -40,10 +40,10 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/pypa/wheel
|
URL: https://github.com/pypa/wheel
|
||||||
Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz
|
Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.7}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module setuptools >= 45.2.0}
|
BuildRequires: %{python_module flit-core}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: python-setuptools >= 45.2.0
|
|
||||||
%if %{with libalternatives}
|
%if %{with libalternatives}
|
||||||
Requires: alts
|
Requires: alts
|
||||||
BuildRequires: alts
|
BuildRequires: alts
|
||||||
@ -71,16 +71,14 @@ preserves enough information to "Spread" (copy data and scripts to their
|
|||||||
final locations) at any later time.
|
final locations) at any later time.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n wheel-%{version}
|
%autosetup -p1 -n wheel-%{version}
|
||||||
# Remove addopts as it requires pytest-cov
|
|
||||||
sed -i '/addopts = /d' setup.cfg
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/wheel
|
%python_clone -a %{buildroot}%{_bindir}/wheel
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:87629d97111524986d76f9533a23f780bb38f8efd1cdee3460d35155d289b06f
|
|
||||||
size 69770
|
|
BIN
wheel-0.40.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
wheel-0.40.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user