From 82373761e083a843f9476cd79f246a0233b70d6faea17b6f5a6ea3d760be731d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Oct 2022 07:26:50 +0000 Subject: [PATCH] Accepting request 1009177 from home:apersaud:branches:devel:languages:python:numeric update to latest version OBS-URL: https://build.opensuse.org/request/show/1009177 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-gscholar?expand=0&rev=6 --- gscholar-2.0.0.tar.gz | 3 --- gscholar-2.1.0.tar.gz | 3 +++ python-gscholar.changes | 11 +++++++++++ python-gscholar.spec | 5 ++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 gscholar-2.0.0.tar.gz create mode 100644 gscholar-2.1.0.tar.gz 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