diff --git a/python-bibtexparser-1.1.0.tar.gz b/python-bibtexparser-1.1.0.tar.gz deleted file mode 100644 index fe6eef1..0000000 --- a/python-bibtexparser-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5575fd3a243a2bb35612d66fdf210d614dc77aab7fb7c5837f1b73c556803472 -size 88656 diff --git a/python-bibtexparser-1.2.0.tar.gz b/python-bibtexparser-1.2.0.tar.gz new file mode 100644 index 0000000..89d10c8 --- /dev/null +++ b/python-bibtexparser-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce311d73a15e803c1281ae498fe974af3c737c6f3e2cfaef5b17033bba3adc48 +size 88600 diff --git a/python-bibtexparser.changes b/python-bibtexparser.changes index fe655d1..64635f8 100644 --- a/python-bibtexparser.changes +++ b/python-bibtexparser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 23 16:41:55 UTC 2022 - Dirk Müller + +- update to 1.2.0: + * drop python2 support + ------------------------------------------------------------------- Mon Dec 14 00:56:46 UTC 2020 - Benjamin Greiner diff --git a/python-bibtexparser.spec b/python-bibtexparser.spec index 6a9655d..76e1caf 100644 --- a/python-bibtexparser.spec +++ b/python-bibtexparser.spec @@ -1,7 +1,7 @@ # # spec file for package python-bibtexparser # -# 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 @@ -17,14 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%if 0%{?suse_version} > 1500 %define skip_python2 1 -%endif Name: python-bibtexparser -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Bibtex parser for python -License: LGPL-3.0-only OR BSD-3-Clause +License: BSD-3-Clause OR LGPL-3.0-only Group: Development/Languages/Python URL: https://github.com/sciunto-org/python-bibtexparser Source: https://github.com/sciunto-org/python-bibtexparser/archive/v%{version}.tar.gz#/python-bibtexparser-%{version}.tar.gz