1
0

12 Commits

Author SHA256 Message Date
aa00f95602 Accepting request 1280146 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1280146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbfread?expand=0&rev=6
2025-05-26 16:40:35 +00:00
4790b315a5 - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbfread?expand=0&rev=14
2025-05-26 11:38:11 +00:00
39e35927c4 Accepting request 1189575 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1189575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbfread?expand=0&rev=5
2024-07-25 13:40:02 +00:00
f238c41fda Accepting request 744751 from devel:languages:python
- Add pytest4.patch from gh#olemb/dbfread#33 which makes the test
  suite to pass with PyTest 4.

OBS-URL: https://build.opensuse.org/request/show/744751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbfread?expand=0&rev=4
2019-11-03 11:11:59 +00:00
1f142b9741 - Add pytest4.patch from gh#olemb/dbfread#33 which makes the test
suite to pass with PyTest 4.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbfread?expand=0&rev=10
2019-11-01 12:49:51 +00:00
5b8adfff65 Accepting request 725333 from devel:languages:python
- Restrict to pytest3 as newer need major test tweaks

OBS-URL: https://build.opensuse.org/request/show/725333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbfread?expand=0&rev=3
2019-08-23 09:07:33 +00:00
Tomáš Chvátal
d2ae58a9c7 - Restrict to pytest3 as newer need major test tweaks
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbfread?expand=0&rev=8
2019-08-22 14:03:18 +00:00
2d591c4072 Accepting request 655393 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/655393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbfread?expand=0&rev=2
2018-12-13 18:47:12 +00:00
Todd R
341085ea77 Accepting request 654127 from home:jengelh:branches:devel:languages:python
- Use noun phrase.

OBS-URL: https://build.opensuse.org/request/show/654127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbfread?expand=0&rev=6
2018-12-05 19:21:38 +00:00
4a1c47bbf8 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbfread?expand=0&rev=5
2018-12-04 13:22:42 +00:00
111af4eff7 Accepting request 610413 from devel:languages:python
Needed by python-agate-dbfread
See request 605896
https://build.opensuse.org/request/show/605896

OBS-URL: https://build.opensuse.org/request/show/610413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dbfread?expand=0&rev=1
2018-05-29 08:30:59 +00:00
Todd R
ca10b27fca Accepting request 610412 from devel:languages:python:misc
Needed by python-agate-dbfread
See request 605896
https://build.opensuse.org/request/show/605896

OBS-URL: https://build.opensuse.org/request/show/610412
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbfread?expand=0&rev=1
2018-05-18 15:37:07 +00:00
2 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 26 11:27:21 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Tue Jul 23 11:06:07 UTC 2024 - Berthold Gunreben <azouhr@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dbfread
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dbfread
Version: 2.0.7
Release: 0
@@ -28,8 +27,10 @@ Source: https://files.pythonhosted.org/packages/source/d/dbfread/dbfread
# gh#olemb/dbfread#33
Patch0: pytest4.patch
Patch1: field_parser.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -45,10 +46,10 @@ batch jobs and one-off scripts.
%autosetup -p1 -n dbfread-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,6 +58,7 @@ batch jobs and one-off scripts.
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/dbfread
%{python_sitelib}/dbfread-%{version}*-info
%changelog