diff --git a/18.1.0.tar.gz b/18.1.0.tar.gz index 7fbe6a8..40603ac 100644 --- a/18.1.0.tar.gz +++ b/18.1.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:24a1257641041cb1e75a50c343ecc42e4e0fb9aeb1215ae7e42dea1f9356041f -size 34251 +oid sha256:695df7b4ffe00e232ac3887ed347615611d0a9c74074f8832c7eb191f70d2c40 +size 34252 diff --git a/python-service_identity.changes b/python-service_identity.changes index bab5f6a..6674507 100644 --- a/python-service_identity.changes +++ b/python-service_identity.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 3 14:16:19 UTC 2020 - Tomáš Chvátal + +- Format with spec-cleaner +- Upstream seems to rebase the tarball, refetch it + ------------------------------------------------------------------- Fri Mar 1 14:02:29 UTC 2019 - Ondřej Súkup diff --git a/python-service_identity.spec b/python-service_identity.spec index 4b52776..c001b5e 100644 --- a/python-service_identity.spec +++ b/python-service_identity.spec @@ -1,7 +1,7 @@ # # spec file for package python-service_identity # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,7 +58,7 @@ service_identity implements RFC 6125 fully and plans to add other relevant RFCs too. %prep -%setup -q -n %{oname}-%{version} +%setup -q -n service-identity-%{version} %build %python_build @@ -68,7 +68,7 @@ relevant RFCs too. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %license LICENSE