Compare commits
22 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 637755f29f | |||
| 3421393909 | |||
| e6bc2060cb | |||
| fdaa127357 | |||
| dc8c3e6e69 | |||
| 4952702e50 | |||
| 05b1a4f4a4 | |||
| 4922944431 | |||
| 76f9abbd1e | |||
| a4677a1e88 | |||
| 125bb4dae9 | |||
| e68458a31b | |||
|
|
78e1698d75 | ||
| fb839efc23 | |||
|
|
cd621d275c | ||
| bf47353c23 | |||
|
|
2f3d79bffc | ||
| bfecffea7e | |||
|
|
fc990cab57 | ||
| 4f54c6fc6d | |||
|
|
10d0a87259 | ||
| 68ffdd8967 |
3
pytest_check_links-0.10.1.tar.gz
Normal file
3
pytest_check_links-0.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7358dd92c8e6c737c8749ec87f5a27c32390445d43182673f89247a1a34d776d
|
||||
size 20488
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b0ca56142ec96246fc0851f8213c9161998cc595080bfc17cdcd4df72e5a38b
|
||||
size 7389
|
||||
@@ -1,3 +1,96 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 07:01:38 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.10.1:
|
||||
* Fix min dependencies
|
||||
* Bump the actions group with 1 update
|
||||
* Support Pytest 8.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 13:08:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.3:
|
||||
* Pin pytest 7
|
||||
* Fix html5lib typing
|
||||
* Bump the actions group with 1 update #129 (@dependabot)
|
||||
* Enforce pytest 7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 09:59:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.1:
|
||||
* Update for new version of requests-cache #127 (@blink1073)
|
||||
* Update ruff config #122 (@blink1073)
|
||||
* Clean up lint handling #119 (@blink1073)
|
||||
* Adopt ruff format #118 (@blink1073)
|
||||
* chore: update pre-commit hooks #117 (@pre-commit-ci)
|
||||
* Ignore __main__ for coverage #116 (@blink1073)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 18:50:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.0:
|
||||
* Support Python 3.8-3.12 and Handle Flaky Tests #110
|
||||
* Update ruff #106
|
||||
* Use local coverage #105
|
||||
* Switch to pytester in tests
|
||||
* Add more linting #100
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 23:08:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.8.0:
|
||||
* Update for newer requests-cache
|
||||
* Add docstring enforcement
|
||||
* Add releaser workflows
|
||||
* Include py.typed file
|
||||
* Update for pytest 7
|
||||
* Add flake8 and mypy linting
|
||||
* Apply Auto Formatting
|
||||
* Enforce labels on PRs
|
||||
* Update for Jupyter Releaser
|
||||
* Add changelog entry for 0.6.0
|
||||
* Handle ignore links for `ipynb` files
|
||||
* Drop support for Python 3.6 and add support for Python 3.10
|
||||
* Handle attachments in notebook cells
|
||||
* Fix handling of Nested RST links
|
||||
* Fix check-links-ignore example in Readme
|
||||
* Add Ability to Ignore Link Patterns
|
||||
* Update for recommended usage of CheckLinks
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 09:21:46 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.4.2:
|
||||
* Another improvement to retry logic #20
|
||||
* Clean up metadata for dist generation #19
|
||||
* Improve retry logic and add python 3 classifier #18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 3 07:27:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.4.0:
|
||||
* Drop py27 support and add badges #15
|
||||
* Use requests(-cache) #12
|
||||
* Add checking of self- and local html anchors #10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 10:25:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.3.4:
|
||||
* no changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 3 09:47:03 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.3.2:
|
||||
* no upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 03:13:28 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- Requires python-docutils
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 11:06:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-check-links
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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,25 +16,25 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
# Tests natually require internet
|
||||
%bcond_with test
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-check-links
|
||||
Version: 0.3.0
|
||||
Version: 0.10.1
|
||||
Release: 0
|
||||
Summary: Pytest plugin for checking links in files
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/minrk/pytest-check-links
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest_check_links/pytest_check_links-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pbr >= 1.9}
|
||||
BuildRequires: %{python_module setuptools >= 17.1}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-docutils
|
||||
Requires: python-html5lib
|
||||
Requires: python-pytest >= 2.8
|
||||
Requires: python-six
|
||||
Requires: python-requests
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-jupyter_nbconvert
|
||||
@@ -45,7 +45,7 @@ BuildRequires: %{python_module html5lib}
|
||||
BuildRequires: %{python_module jupyter_nbconvert}
|
||||
BuildRequires: %{python_module jupyter_nbformat}
|
||||
BuildRequires: %{python_module pytest >= 2.8}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module requests}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
@@ -56,10 +56,10 @@ A pytest plugin that checks URLs for HTML-containing files.
|
||||
%setup -q -n pytest_check_links-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/pytest-check-links
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
@@ -75,9 +75,10 @@ A pytest plugin that checks URLs for HTML-containing files.
|
||||
%python_uninstall_alternative pytest-check-links
|
||||
|
||||
%files %{python_files}
|
||||
%doc AUTHORS ChangeLog README.md
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE
|
||||
%python_alternative %{_bindir}/pytest-check-links
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/pytest_check_links
|
||||
%{python_sitelib}/pytest_check_links-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user