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:
parent
17ef8f3158
commit
82373761e0
@ -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
3
gscholar-2.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f11d0462269fbec501849809c3f2574761a9a9e47dcbb5dc271e93242aa8387a
|
||||||
|
size 6374
|
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user