From 868fc7ba9187d7b304d2bdf7f26063e74093daba Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:11:38 +0100 Subject: [PATCH] rebuilt with python3 3.7.4 [release 1.20.0-2mamba;Fri Aug 09 2019] --- python-geopy.spec | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/python-geopy.spec b/python-geopy.spec index 42db88f..0af907d 100644 --- a/python-geopy.spec +++ b/python-geopy.spec @@ -1,17 +1,18 @@ Name: python-geopy -Version: 1.10.0 -Release: 1mamba +Version: 1.20.0 +Release: 2mamba Summary: Python Geocoding Toolbox Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/geopy/geopy -Source: https://pypi.python.org/packages/source/g/geopy/geopy-%{version}.tar.gz +Source: https://pypi.debian.net/geopy/geopy-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -## AUTOBUILDREQ-END BuildRequires: libpython-devel +## AUTOBUILDREQ-END +BuildRequires: libpython3-devel >= 3.7.4 Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -26,10 +27,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %setup -q -n geopy-%{version} %build +export LC_ALL=en_US.UTF-8 CFLAGS="%{optflags}" %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +export LC_ALL=en_US.UTF-8 %{__python} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ @@ -37,7 +40,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +sed -i "s,.*/man/.*,&.gz," %{name}.filelist %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) @@ -45,5 +48,11 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %changelog +* Fri Aug 09 2019 Silvan Calarco 1.20.0-2mamba +- rebuilt with python3 3.7.4 + +* Fri Aug 09 2019 Silvan Calarco 1.20.0-1mamba +- update to 1.20.0 + * Tue Jul 28 2015 Silvan Calarco 1.10.0-1mamba - package created using the webbuild interface