Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ca39a9126a | |||
| 8031296b0a | |||
| 5a5c0f08c3 | |||
| 272ec3222e |
BIN
maxminddb-2.6.3.tar.gz
LFS
BIN
maxminddb-2.6.3.tar.gz
LFS
Binary file not shown.
3
maxminddb-3.0.0.tar.gz
Normal file
3
maxminddb-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9792b19625945dff146e2e3187f9e470b82330a912f7cea5581b8bd5af30da8b
|
||||||
|
size 199784
|
||||||
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 29 18:11:49 UTC 2026 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.0.0:
|
||||||
|
* jump multiple versions, reference upstream changelog
|
||||||
|
- Clean up spec file, add workaround to keep compatibility with Leap 15.6
|
||||||
|
(new version would otherwise require newer setuptools)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 17 04:35:55 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Use pyproject macros to build and install.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 30 07:57:16 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
Wed Apr 30 07:57:16 UTC 2025 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
|||||||
@@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-maxminddb
|
Name: python-maxminddb
|
||||||
Version: 2.6.3
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Reader for the MaxMind DB format
|
Summary: Reader for the MaxMind DB format
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: http://www.maxmind.com/
|
URL: https://www.maxmind.com/
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/maxminddb/maxminddb-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/maxminddb/maxminddb-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.6}
|
BuildRequires: %{python_module devel >= 3.10}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -44,15 +44,19 @@ MaxMind DB is a binary file format that stores data indexed by IP address
|
|||||||
subnets (IPv4 or IPv6).
|
subnets (IPv4 or IPv6).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n maxminddb-%{version}
|
%autosetup -n maxminddb-%{version}
|
||||||
sed -i '/nose/d' setup.py
|
|
||||||
|
# hack to restore compatibility with older setuptools
|
||||||
|
%if 0%{?suse_version} <= 1500
|
||||||
|
sed -i 's/^from setuptools.command.bdist_wheel/from wheel.bdist_wheel/' setup.py
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -62,6 +66,6 @@ export CFLAGS="%{optflags}"
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitearch}/maxminddb/
|
%{python_sitearch}/maxminddb/
|
||||||
%{python_sitearch}/maxminddb-%{version}*-info
|
%{python_sitearch}/maxminddb-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user