Accepting request 1009274 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1009274
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gscholar?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-10-17 12:57:34 +00:00 committed by Git OBS Bridge
commit 416a6ce399
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>

View File

@ -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