diff --git a/jaraco.classes-3.1.0.tar.gz b/jaraco.classes-3.1.0.tar.gz deleted file mode 100644 index b34a319..0000000 --- a/jaraco.classes-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab -size 11616 diff --git a/jaraco.classes-3.2.1.tar.gz b/jaraco.classes-3.2.1.tar.gz new file mode 100644 index 0000000..b0408bb --- /dev/null +++ b/jaraco.classes-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34 +size 12286 diff --git a/python-jaraco.classes.changes b/python-jaraco.classes.changes index 54e292a..a4ee9b3 100644 --- a/python-jaraco.classes.changes +++ b/python-jaraco.classes.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 27 11:09:53 UTC 2022 - Dirk Müller + +- update to 3.2.1: + * Refreshed package metadata. + * Switched to native namespace for jaraco package. + ------------------------------------------------------------------- Mon Mar 9 12:42:34 UTC 2020 - Marketa Calabkova diff --git a/python-jaraco.classes.spec b/python-jaraco.classes.spec index 198fd69..397f089 100644 --- a/python-jaraco.classes.spec +++ b/python-jaraco.classes.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.classes # -# Copyright (c) 2020 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jaraco.classes -Version: 3.1.0 +Version: 3.2.1 Release: 0 Summary: Tools to work with classes License: MIT @@ -48,11 +48,6 @@ sed -i 's/--black --cov//' pytest.ini %install %python_install -# We will package the namespace __init__.py separately -%{python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py* -rm -rf %{buildroot}%{$python_sitelib}/jaraco/__pycache__/ -%fdupes %{buildroot}%{$python_sitelib} -} %check %pytest