forked from pool/python-WebTest
Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| aea57a69ba | |||
| 0154ce53bb | |||
| cc241679d7 | |||
| 6fd73d0a70 | |||
| bd264e6aac | |||
| 06cb84c7d4 | |||
| d47b8c0b36 |
@@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jul 4 16:26:57 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 3.0.4:
|
|
||||||
* Ensure BeautifulSoup 4.13+ compatibility
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 13 02:42:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Switch to pyproject macros.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 27 12:27:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Mon Jan 27 12:27:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,10 +18,11 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-WebTest
|
Name: python-WebTest
|
||||||
Version: 3.0.4
|
Version: 3.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Helper to test WSGI applications
|
Summary: Helper to test WSGI applications
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Group: Development/Languages/Python
|
||||||
URL: https://docs.pylonsproject.org/projects/webtest/
|
URL: https://docs.pylonsproject.org/projects/webtest/
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/webtest/webtest-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/w/webtest/webtest-%{version}.tar.gz
|
||||||
Patch0: sphinx-7-fix.patch
|
Patch0: sphinx-7-fix.patch
|
||||||
@@ -30,12 +31,10 @@ BuildRequires: %{python_module WSGIProxy2}
|
|||||||
BuildRequires: %{python_module WebOb >= 1.2}
|
BuildRequires: %{python_module WebOb >= 1.2}
|
||||||
BuildRequires: %{python_module beautifulsoup4}
|
BuildRequires: %{python_module beautifulsoup4}
|
||||||
BuildRequires: %{python_module cssselect}
|
BuildRequires: %{python_module cssselect}
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module pyquery}
|
BuildRequires: %{python_module pyquery}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module waitress >= 3.0.2}
|
BuildRequires: %{python_module waitress >= 3.0.2}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# Documentation build requirements:
|
# Documentation build requirements:
|
||||||
@@ -71,11 +70,11 @@ This package contains documentation files for %{name}.
|
|||||||
%autosetup -p1 -n webtest-%{version}
|
%autosetup -p1 -n webtest-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -85,7 +84,7 @@ sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildin
|
|||||||
%license license.rst
|
%license license.rst
|
||||||
%doc CHANGELOG.rst README.rst
|
%doc CHANGELOG.rst README.rst
|
||||||
%{python_sitelib}/webtest/
|
%{python_sitelib}/webtest/
|
||||||
%{python_sitelib}/[Ww]eb[Tt]est-%{version}.dist-info
|
%{python_sitelib}/WebTest-%{version}*-info
|
||||||
|
|
||||||
%files -n %{name}-doc
|
%files -n %{name}-doc
|
||||||
%doc build/sphinx/html
|
%doc build/sphinx/html
|
||||||
|
|||||||
BIN
webtest-3.0.3.tar.gz
LFS
Normal file
BIN
webtest-3.0.3.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94778d19a37e5abd7388dad4d93874410ecced53a1739a8e5ff2dbcba1cfc0c4
|
|
||||||
size 79395
|
|
||||||
Reference in New Issue
Block a user