diff --git a/jaraco.context-4.1.1.tar.gz b/jaraco.context-4.1.1.tar.gz deleted file mode 100644 index 317671b..0000000 --- a/jaraco.context-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0d4d82ffbbbff680384eba48a32a3167f12a91a30a7db56fd97b87e73a87241 -size 7615 diff --git a/jaraco.context-4.1.2.tar.gz b/jaraco.context-4.1.2.tar.gz new file mode 100644 index 0000000..9b0fd7f --- /dev/null +++ b/jaraco.context-4.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58e94dd67871639abc091b57d32842449b230777570ef2bcec3dc16b912613e +size 8315 diff --git a/python-jaraco.context.changes b/python-jaraco.context.changes index 68c93d4..a472645 100644 --- a/python-jaraco.context.changes +++ b/python-jaraco.context.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 14 18:29:04 UTC 2023 - Dirk Müller + +- update to 4.1.2: + * Packaging refresh. + * Enrolled with Tidelift. + ------------------------------------------------------------------- Tue Jun 28 14:35:38 UTC 2022 - Adrian Schröter diff --git a/python-jaraco.context.spec b/python-jaraco.context.spec index 4d67b52..b42710a 100644 --- a/python-jaraco.context.spec +++ b/python-jaraco.context.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.context # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jaraco.context -Version: 4.1.1 +Version: 4.1.2 Release: 0 Summary: Tools to work with functools License: MIT URL: https://github.com/jaraco/jaraco.context Source0: https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -43,10 +44,10 @@ Additional functools in the spirit of stdlib’s functools. %autopatch -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check