diff --git a/gscholar-2.0.0.tar.gz b/gscholar-2.0.0.tar.gz deleted file mode 100644 index 4bcf747..0000000 --- a/gscholar-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44ab51a0f9c153515cfc48e87286b5088a9c7ba534b2728ca92e9637d233ccd4 -size 6543 diff --git a/gscholar-2.1.0.tar.gz b/gscholar-2.1.0.tar.gz new file mode 100644 index 0000000..7377e9d --- /dev/null +++ b/gscholar-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11d0462269fbec501849809c3f2574761a9a9e47dcbb5dc271e93242aa8387a +size 6374 diff --git a/python-gscholar.changes b/python-gscholar.changes index e9f77ca..ea886cc 100644 --- a/python-gscholar.changes +++ b/python-gscholar.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Oct 9 17:57:08 UTC 2022 - Arun Persaud + +- specfile: + * require python >= 3.7 + +- update to version 2.1.0: + * dropped python 3.6 support + * migrated from argparse to optparse + * added set-cookie in response + ------------------------------------------------------------------- Thu Feb 3 20:18:19 UTC 2022 - Arun Persaud diff --git a/python-gscholar.spec b/python-gscholar.spec index 52e99e6..01c3a63 100644 --- a/python-gscholar.spec +++ b/python-gscholar.spec @@ -17,15 +17,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-gscholar -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: Python library to query Google Scholar License: MIT Group: Development/Languages/Python URL: https://github.com/venthur/gscholar Source0: https://files.pythonhosted.org/packages/source/g/gscholar/gscholar-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -41,7 +41,6 @@ and get references in various formats (e.g. bibtex, endnote, etc.) %prep %setup -q -n gscholar-%{version} -sed -i -e '/^#!\//, 1d' gscholar/__main__.py sed -i -e '/^#!\//, 1d' gscholar/gscholar.py %build