- update to 3.2.1:

* Refreshed package metadata.
  * Switched to native namespace for jaraco package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.classes?expand=0&rev=9
This commit is contained in:
Dirk Mueller 2022-03-27 11:11:42 +00:00 committed by Git OBS Bridge
parent 7dda2f430b
commit 2ca2966ea4
4 changed files with 12 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c38698ff8ef932eb33d91c0e8fc192ad7c44ecee03f7f585afd4f35aeaef7aab
size 11616

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed54b728af1937dc16b7236fbaf34ba561ba1ace572b03fffa5486ed363ecf34
size 12286

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 27 11:09:53 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <mcalabkova@suse.com>

View File

@ -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