diff --git a/python-serpent.changes b/python-serpent.changes index 3d45f51..204fc08 100644 --- a/python-serpent.changes +++ b/python-serpent.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Mar 18 13:31:41 UTC 2020 - pgajdos@suse.com + +- version update to 1.30.2 + * upstream does not support python 2 anymore + * no changelog found + +------------------------------------------------------------------- +Sat Mar 14 07:12:14 UTC 2020 - Tomáš Chvátal + +- Fix building without python2 + ------------------------------------------------------------------- Tue Apr 2 06:58:58 UTC 2019 - pgajdos@suse.com diff --git a/python-serpent.spec b/python-serpent.spec index da41dd0..3eeba8b 100644 --- a/python-serpent.spec +++ b/python-serpent.spec @@ -1,7 +1,7 @@ # # spec file for package python-serpent # -# 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 @@ -17,27 +17,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-serpent -Version: 1.28 +Version: 1.30.2 Release: 0 Summary: Serialization based on astliteral_eval License: MIT -Group: Development/Languages/Python URL: https://github.com/irmen/Serpent Source: https://files.pythonhosted.org/packages/source/s/serpent/serpent-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-enum34 BuildRequires: python-rpm-macros +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} # /SECTION -BuildArch: noarch -%ifpython2 -Requires: python-enum34 -%endif %python_subpackages %description diff --git a/serpent-1.28.tar.gz b/serpent-1.28.tar.gz deleted file mode 100644 index 5dcd894..0000000 --- a/serpent-1.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f306336ca09aa38e526f3b03cab58eb7e45af09981267233167bcf3bfd6436ab -size 26912 diff --git a/serpent-1.30.2.tar.gz b/serpent-1.30.2.tar.gz new file mode 100644 index 0000000..e45c10e --- /dev/null +++ b/serpent-1.30.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72753820246a7d8486e8b385353e3bbf769abfceec2e850fa527a288b084ff7a +size 24182