Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-check-links for
openSUSE:Factory checked in at 2023-05-05 17:12:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-check-links (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-check-links.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-check-links"
Fri May 5 17:12:50 2023 rev:7 rq:1085127 version:0.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-check-links/python-pytest-check-links.changes
2020-05-19 14:47:41.347968399 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-check-links.new.1533/python-pytest-check-links.changes
2023-05-05 17:13:03.451302118 +0200
@@ -1,0 +2,22 @@
+Thu May 4 23:08:23 UTC 2023 - Dirk Müller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
pytest_check_links-0.4.2.tar.gz
New:
----
pytest_check_links-0.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-check-links.spec ++++++
--- /var/tmp/diff_new_pack.6tD9mI/_old 2023-05-05 17:13:04.111305962 +0200
+++ /var/tmp/diff_new_pack.6tD9mI/_new 2023-05-05 17:13:04.115305986 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-check-links
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,19 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
# Tests natually require internet
%bcond_with test
+%{?sle15_python_module_pythons}
Name: python-pytest-check-links
-Version: 0.4.2
+Version: 0.8.0
Release: 0
Summary: Pytest plugin for checking links in files
License: BSD-3-Clause
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 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
@@ -36,7 +36,7 @@
Requires: python-pytest >= 2.8
Requires: python-requests
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
Recommends: python-jupyter_nbconvert
Recommends: python-jupyter_nbformat
BuildArch: noarch
@@ -56,10 +56,10 @@
%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 @@
%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
++++++ pytest_check_links-0.4.2.tar.gz -> pytest_check_links-0.8.0.tar.gz ++++++
++++ 2795 lines of diff (skipped)