From c1a7e14bdfb05a445194096271ca3544bb947ce2135869eecbe0f388c1c8daaf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 1 Oct 2022 12:57:42 +0000 Subject: [PATCH] - update to 0.3.6: - scripts - Fixed #175: Updated launcher executables to better handle the relationship between launcher and child process in the Job API. - database - Fixed #170: Corrected implementation of ``get_required_dists()``. - index - Updated coverage pragmas for tests relating to obsolete PyPI APIs. - locators - Changed the default locator configuration. - metadata - Updates in support of PEP 643 / Metadata 2.2. - scripts - Updated launcher executables. Thanks to Michael Bikovitsky for his help with the launcher changes. - Fixed #164: Improved support for reproducible builds by allowing a fixed date/time to be inserted into created .exe files. Thanks to Somber Night for the patch. - util - Fixed #161: Updated test case. - wheel - Updated to write archive path of RECORD to RECORD instead of staging path. Thanks to Pieter Pas for the patch. - Fixed #169: Removed usage of deprecated imp module in favour of importlib. - Fixed #172: Compute ABI correctly for Python < 3.8. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=22 --- distlib-0.3.4.zip | 3 --- distlib-0.3.6.tar.gz | 3 +++ python-distlib.changes | 29 +++++++++++++++++++++++++++++ python-distlib.spec | 14 +++++++------- 4 files changed, 39 insertions(+), 10 deletions(-) delete mode 100644 distlib-0.3.4.zip create mode 100644 distlib-0.3.6.tar.gz diff --git a/distlib-0.3.4.zip b/distlib-0.3.4.zip deleted file mode 100644 index 483d15c..0000000 --- a/distlib-0.3.4.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579 -size 631981 diff --git a/distlib-0.3.6.tar.gz b/distlib-0.3.6.tar.gz new file mode 100644 index 0000000..9c6ff47 --- /dev/null +++ b/distlib-0.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46 +size 607879 diff --git a/python-distlib.changes b/python-distlib.changes index ef83649..78274bd 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sat Oct 1 12:43:32 UTC 2022 - Dirk Müller + +- update to 0.3.6: + - scripts + - Fixed #175: Updated launcher executables to better handle the relationship + between launcher and child process in the Job API. + - database + - Fixed #170: Corrected implementation of ``get_required_dists()``. + - index + - Updated coverage pragmas for tests relating to obsolete PyPI APIs. + - locators + - Changed the default locator configuration. + - metadata + - Updates in support of PEP 643 / Metadata 2.2. + - scripts + - Updated launcher executables. Thanks to Michael Bikovitsky for his help with + the launcher changes. + - Fixed #164: Improved support for reproducible builds by allowing a fixed + date/time to be inserted into created .exe files. Thanks to Somber Night for the + patch. + - util + - Fixed #161: Updated test case. + - wheel + - Updated to write archive path of RECORD to RECORD instead of staging path. + Thanks to Pieter Pas for the patch. + - Fixed #169: Removed usage of deprecated imp module in favour of importlib. + - Fixed #172: Compute ABI correctly for Python < 3.8. + ------------------------------------------------------------------- Sat Dec 11 12:07:02 UTC 2021 - Ben Greiner diff --git a/python-distlib.spec b/python-distlib.spec index e3226fc..c4628de 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-distlib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-distlib -Version: 0.3.4 +Version: 0.3.6 Release: 0 Summary: Distribution utilities License: Python-2.0 URL: https://github.com/pypa/distlib -Source: https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: unzip BuildArch: noarch %python_subpackages @@ -46,10 +46,10 @@ sed -i '/from test_locators import LocatorTestCase/d' tests/distlib_tests.py rm distlib/*.exe %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check