From 7050b6f6642048d60cb76dcb4f2dba7b73832b5ce6ca71e3337fdc4cabbc8ad7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jan 2022 16:42:17 +0000 Subject: [PATCH] - update to 1.2.0: * drop python2 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bibtexparser?expand=0&rev=15 --- python-bibtexparser-1.1.0.tar.gz | 3 --- python-bibtexparser-1.2.0.tar.gz | 3 +++ python-bibtexparser.changes | 6 ++++++ python-bibtexparser.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 python-bibtexparser-1.1.0.tar.gz create mode 100644 python-bibtexparser-1.2.0.tar.gz 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..660afa4 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 @@ -21,10 +21,10 @@ %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