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
This commit is contained in:
Dirk Mueller 2022-10-10 07:26:50 +00:00 committed by Git OBS Bridge
parent 17ef8f3158
commit 82373761e0
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44ab51a0f9c153515cfc48e87286b5088a9c7ba534b2728ca92e9637d233ccd4
size 6543

3
gscholar-2.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f11d0462269fbec501849809c3f2574761a9a9e47dcbb5dc271e93242aa8387a
size 6374

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 9 17:57:08 UTC 2022 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de> Thu Feb 3 20:18:19 UTC 2022 - Arun Persaud <arun@gmx.de>

View File

@ -17,15 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-gscholar Name: python-gscholar
Version: 2.0.0 Version: 2.1.0
Release: 0 Release: 0
Summary: Python library to query Google Scholar Summary: Python library to query Google Scholar
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/venthur/gscholar URL: https://github.com/venthur/gscholar
Source0: https://files.pythonhosted.org/packages/source/g/gscholar/gscholar-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/g/gscholar/gscholar-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@ -41,7 +41,6 @@ and get references in various formats (e.g. bibtex, endnote, etc.)
%prep %prep
%setup -q -n gscholar-%{version} %setup -q -n gscholar-%{version}
sed -i -e '/^#!\//, 1d' gscholar/__main__.py
sed -i -e '/^#!\//, 1d' gscholar/gscholar.py sed -i -e '/^#!\//, 1d' gscholar/gscholar.py
%build %build