Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linkchecker for openSUSE:Factory 
checked in at 2023-10-12 23:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linkchecker (Old)
 and      /work/SRC/openSUSE:Factory/.linkchecker.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linkchecker"

Thu Oct 12 23:44:27 2023 rev:2 rq:1117463 version:10.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/linkchecker/linkchecker.changes  2023-03-07 
16:49:48.753419814 +0100
+++ /work/SRC/openSUSE:Factory/.linkchecker.new.1807/linkchecker.changes        
2023-10-12 23:47:40.320981383 +0200
@@ -1,0 +2,34 @@
+Sun Oct  8 12:30:10 UTC 2023 - Enno Gotthold <egotth...@suse.com>
+
+- Update to v10.3.0
+  - https://github.com/linkchecker/linkchecker/releases/tag/v10.2.0
+  - https://github.com/linkchecker/linkchecker/releases/tag/v10.2.1
+  - https://github.com/linkchecker/linkchecker/releases/tag/v10.3.0
+- Updates in 10.3.0 (released 18.09.2023):
+  - TextLogger message wrapping is configurable using wraplength
+  - HTTP redirect causes a warning, http-redirected
+  - Ignored warning messages are logged as information
+  - Support for checking NNTP and Telnet links is removed
+  - -p/--password was being ignored
+  - FTP checker was raising a TypeError
+  - FTP checker was ignoring maxfilesizedownload
+  - Documentation updates
+- Updates in 10.2.0 (released 21.11.2022)
+  - ignoreerrors setting to disregard errors for URLs after checking
+  - AnchorCheck plugin has partial support for checking local files
+  - Binary translation catalogs are produced using polib during distribution
+    package building and are now included in sdist packages
+  - gemini, tg (Telegram) and whatsapp added to the list of ignored schemes
+  - Warning url-rate-limited renamed to http-rate-limited
+  - maxrequestspersecond can be less than 1
+  - maxrequestspersecond greater than 10 is used unchanged if the HTTP server
+    returns a LinkChecker response header
+  - When a sitemap is discovered from a robots.txt file, the robots.txt is 
logged
+    as the sitemap parent URL
+  - Checking directories containing Unicode filenames
+  - Parsing srcset attributes with multiple image candidates
+  - resultcachesize setting was being ignored
+  - sitemap output when using multiple threads
+  - AnchorCheck plugin is re-enabled
+
+-------------------------------------------------------------------

Old:
----
  LinkChecker-10.1.0.tar.gz

New:
----
  _service
  linkchecker-10.3.0.obscpio
  linkchecker.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ linkchecker.spec ++++++
--- /var/tmp/diff_new_pack.gFPfVn/_old  2023-10-12 23:47:40.841000212 +0200
+++ /var/tmp/diff_new_pack.gFPfVn/_new  2023-10-12 23:47:40.845000357 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package linkchecker
 #
-# Copyright (c) 2022 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
@@ -19,23 +19,29 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define pythons python3
 Name:           linkchecker
-Version:        10.1.0
+Version:        10.3.0
 Release:        0
 Summary:        Tool to check websites and HTML documents for broken links
 License:        GPL-2.0-or-later
 URL:            https://github.com/linkchecker/linkchecker
-Source:         
https://files.pythonhosted.org/packages/source/L/LinkChecker/LinkChecker-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module setuptools}
+Source:         linkchecker-%{version}.tar.gz
+BuildRequires:  %{python_module hatch_vcs}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  git
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module beautifulsoup4 >= 4.8.1}
 BuildRequires:  %{python_module dnspython >= 2.0}
 BuildRequires:  %{python_module parameterized}
+BuildRequires:  %{python_module pyOpenSSL}
 BuildRequires:  %{python_module pyftpdlib}
+BuildRequires:  %{python_module pytest-xdist}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pyxdg}
-BuildRequires:  %{python_module requests >= 2.4}
+BuildRequires:  %{python_module requests >= 2.20}
 # /SECTION
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
@@ -67,15 +73,14 @@
 * a (Fast)CGI web interface (requires HTTP server)
 
 %prep
-%setup -q -n LinkChecker-%{version}
-# Avoid dependency on python-miniboa
-rm tests/checker/test_telnet.py
+%setup -q
 
 %build
-%python_build
+cp -r %{_sourcedir}/%{name}-%{version}/.git %{_builddir}/%{name}-%{version}/
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/linkchecker
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -84,6 +89,7 @@
 
 install -d -m 0755 %{buildroot}%{_datadir}/pixmaps
 install -D -m 644 doc/src/images/logo128x128.png 
%{buildroot}%{_datadir}/pixmaps/linkchecker128x128.png
+install -D -m 644 linkcheck/data/linkcheckerrc 
%{buildroot}%{_datadir}/linkchecker/linkcheckerrc
 
 %check
 export LANG=en_US.UTF-8
@@ -97,13 +103,11 @@
 %python_uninstall_alternative linkchecker
 
 %files %{python_files}
-%doc README.rst examples doc/upgrading.txt doc/changelog.txt
+%doc README.rst doc/upgrading.txt doc/changelog.txt
 %license COPYING
 %python_alternative %{_bindir}/linkchecker
 %{python_sitelib}/linkcheck/
-%{python_sitelib}/_LinkChecker_configdata.py
 %{python_sitelib}/LinkChecker-*/
-%pycache_only %{python_sitelib}/__pycache__/
 %{_datadir}/pixmaps/linkchecker128x128.png
 %dir %{_datadir}/linkchecker
 %{_datadir}/linkchecker/linkcheckerrc

++++++ _service ++++++
<services>
  <service mode="manual" name="obs_scm">
    <param name="url">https://github.com/linkchecker/linkchecker.git</param>
    <param name="scm">git</param>
    <param name="versionformat">v10.3.0</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="package-meta">yes</param>
  </service>
  <service mode="manual" name="set_version"/>
  <service mode="buildtime" name="tar"/>
  <service mode="buildtime" name="recompress">
    <param name="compression">gz</param>
    <param name="file">*.tar</param>
  </service>
</services>


++++++ linkchecker.obsinfo ++++++
name: linkchecker
version: 10.3.0
mtime: 1695666451
commit: 227cfed5a53fa00788e5619c45d198c09a213877

Reply via email to