Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9e63b96649 | |||
| 07bba19148 | |||
| fe863b70e7 | |||
| aea15836da | |||
| aa59369020 | |||
| 95f0c358a1 | |||
| c46fd0a0dc |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f1f32e08c2ee751e59e7f5880235b46e83496adc5cba5a01ca218c6fe81333d
|
||||
size 7962
|
||||
3
pytest_base_url-2.1.0.tar.gz
Normal file
3
pytest_base_url-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02748589a54f9e63fcbe62301d6b0496da0d10231b753e950c63e03aee745d45
|
||||
size 6702
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 09:38:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.0:
|
||||
* Drop support for python 3.7
|
||||
* Add support for python 3.11 - 3.12
|
||||
* Add support for pytest-metadata 3.x
|
||||
* Switch to Hatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 07:14:23 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Skip one test that requires network.
|
||||
- Stop using greedy globbing in %files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 29 10:14:27 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.0.0
|
||||
* Drop python 2.7 and 3.6 support
|
||||
* Switch to pyproject.toml and Poetry
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 21 06:46:56 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-base-url
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,24 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pytest-base-url
|
||||
Version: 1.4.2
|
||||
Version: 2.1.0
|
||||
Release: 0
|
||||
Summary: Pytest plugin for URL based testing
|
||||
License: MPL-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/pytest-dev/pytest-base-url
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-base-url/pytest-base-url-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-base-url/pytest_base_url-%{version}.tar.gz
|
||||
BuildRequires: %{python_module hatch_vcs}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest >= 2.7.3
|
||||
Requires: python-pytest >= 3.0.0
|
||||
Requires: python-requests >= 2.9
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 2.7.3}
|
||||
BuildRequires: %{python_module pytest >= 3.0.0}
|
||||
BuildRequires: %{python_module pytest-localserver}
|
||||
BuildRequires: %{python_module requests >= 2.9}
|
||||
# /SECTION
|
||||
@@ -43,21 +42,22 @@ BuildRequires: %{python_module requests >= 2.9}
|
||||
pytest plugin for URL based testing.
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-base-url-%{version}
|
||||
%setup -q -n pytest_base_url-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
%pytest -k 'not (test_url_fails or test_metadata)'
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES.rst README.rst
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/pytest_base_url
|
||||
%{python_sitelib}/pytest_base_url-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user