From 4d299a77984f09390e67702561cfdd32bd207971a6b081e2150e47e137759228 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Dec 2023 22:13:11 +0000 Subject: [PATCH] - update to 1.6.0: * Possibility to override the default index URL via `MICROPIPENV_DEFAULT_INDEX_URLS` * Tests with Python 3.12 without setuptools by default in virtual environments * Test with pip=23.3.1 * Fix comparing of packages' names in pyproject.toml and poetry.lock * Fix support for poetry main/dev groups * Fix compatibility with poetry 1.5+ * Test with pip=23.0.1 * Fix error for 'only-direct' when package entry has no explicit 'version' in the Pipfile (#256) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-micropipenv?expand=0&rev=3 --- micropipenv-1.4.5.tar.gz | 3 --- micropipenv-1.6.0.tar.gz | 3 +++ python-micropipenv.changes | 17 +++++++++++++++++ python-micropipenv.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 micropipenv-1.4.5.tar.gz create mode 100644 micropipenv-1.6.0.tar.gz diff --git a/micropipenv-1.4.5.tar.gz b/micropipenv-1.4.5.tar.gz deleted file mode 100644 index 67fd201..0000000 --- a/micropipenv-1.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09b7bf5a912b736a88c61fdaa87d63c4708680a95f4eb89ca0630dc239d2d1fa -size 185169 diff --git a/micropipenv-1.6.0.tar.gz b/micropipenv-1.6.0.tar.gz new file mode 100644 index 0000000..2377dbd --- /dev/null +++ b/micropipenv-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729510303b245754ebe23824987f43e8674b98dc5d00ab187fff8bc213131cf7 +size 202912 diff --git a/python-micropipenv.changes b/python-micropipenv.changes index bbd81b4..1c400cf 100644 --- a/python-micropipenv.changes +++ b/python-micropipenv.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Dec 7 22:12:49 UTC 2023 - Dirk Müller + +- update to 1.6.0: + * Possibility to override the default index URL via + `MICROPIPENV_DEFAULT_INDEX_URLS` + * Tests with Python 3.12 without setuptools by default in + virtual environments + * Test with pip=23.3.1 + * Fix comparing of packages' names in pyproject.toml and + poetry.lock + * Fix support for poetry main/dev groups + * Fix compatibility with poetry 1.5+ + * Test with pip=23.0.1 + * Fix error for 'only-direct' when package entry has no + explicit 'version' in the Pipfile (#256) + ------------------------------------------------------------------- Fri Jan 13 22:45:34 UTC 2023 - Matej Cepl diff --git a/python-micropipenv.spec b/python-micropipenv.spec index 42438c9..2f1e93e 100644 --- a/python-micropipenv.spec +++ b/python-micropipenv.spec @@ -18,7 +18,7 @@ %define modname micropipenv Name: python-micropipenv -Version: 1.4.5 +Version: 1.6.0 Release: 0 Summary: Convert various requirements-type files to use with pip-tools License: LGPL-3.0-or-later @@ -31,7 +31,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pip Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Suggests: python-toml BuildArch: noarch # SECTION test requirements