Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package snallygaster for openSUSE:Factory 
checked in at 2024-09-16 17:43:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snallygaster (Old)
 and      /work/SRC/openSUSE:Factory/.snallygaster.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snallygaster"

Mon Sep 16 17:43:24 2024 rev:8 rq:1201366 version:0.0.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/snallygaster/snallygaster.changes        
2022-02-10 23:12:50.820325456 +0100
+++ /work/SRC/openSUSE:Factory/.snallygaster.new.29891/snallygaster.changes     
2024-09-16 17:44:33.944753198 +0200
@@ -2 +2,6 @@
-Wed Feb  2 19:57:39 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at>
+Fri Sep  6 19:26:21 UTC 2024 - Sebastian Wagner <se...@sebix.at>
+
+- run tests with pytest, as setuptools lost its test command
+
+-------------------------------------------------------------------
+Wed Feb  2 19:57:39 UTC 2022 - Sebastian Wagner <se...@sebix.at>
@@ -8 +13 @@
-Wed Feb  2 19:50:18 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at>
+Wed Feb  2 19:50:18 UTC 2022 - Sebastian Wagner <se...@sebix.at>
@@ -19,16 +24 @@
-Tue Dec 28 16:53:13 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at>
-
-- update to version 0.0.11:
- - disable python 3.11 tests for now due to pylint/wrapt incompatibility
- - fix pylint warning use-implicit-booleaness-not-comparison
- - add detection of symfony debugging mode on 404 pages
- - support v3 php-cs-fixer format and rename test
- - enable onlinetests in GH actions
- - improve apache server info detection / avoid false positives by adding 
closing h1 tag
- - remove apache perl status, add documentation for apache-info check
- - update check for apache-info, check for perl-info still need improving
-   add check for apache server info and perl-status
- - Readme: add openSUSE package
-
--------------------------------------------------------------------
-Tue Dec 28 16:53:13 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at>
+Tue Dec 28 16:53:13 UTC 2021 - Sebastian Wagner <se...@sebix.at>
@@ -49 +39 @@
-Fri Jun 18 06:37:49 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at>
+Fri Jun 18 06:37:49 UTC 2021 - Sebastian Wagner <se...@sebix.at>
@@ -58 +48 @@
-Fri May 14 16:27:35 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at>
+Fri May 14 16:27:35 UTC 2021 - Sebastian Wagner <se...@sebix.at>
@@ -63 +53 @@
-Tue Apr  6 19:51:27 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at>
+Tue Apr  6 19:51:27 UTC 2021 - Sebastian Wagner <se...@sebix.at>
@@ -70 +60 @@
-Wed Oct  7 19:38:08 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at>
+Wed Oct  7 19:38:08 UTC 2020 - Sebastian Wagner <se...@sebix.at>
@@ -93 +83 @@
-Sat Jul  4 10:22:10 UTC 2020 - Sebastian Wagner <sebix+novell....@sebix.at>
+Sat Jul  4 10:22:10 UTC 2020 - Sebastian Wagner <se...@sebix.at>

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

Other differences:
------------------
++++++ snallygaster.spec ++++++
--- /var/tmp/diff_new_pack.FrGytI/_old  2024-09-16 17:44:35.416814077 +0200
+++ /var/tmp/diff_new_pack.FrGytI/_new  2024-09-16 17:44:35.440815070 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package snallygaster
 #
-# Copyright (c) 2022 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
@@ -28,6 +28,7 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-setuptools
 # SECTION test requirements
+BuildRequires:  python3-pytest
 BuildRequires:  python3-beautifulsoup4
 BuildRequires:  python3-dnspython
 BuildRequires:  python3-flake8
@@ -67,11 +68,13 @@
 %check
 # remove tests irrelevant for us
 rm tests/test_codingstyle.py tests/test_docs.py
-TESTDATA_REPOSITORY=$(pwd)/snallygaster-testdata-master/ RUN_ONLINETESTS=1 
python3 setup.py test
+export TESTDATA_REPOSITORY=$(pwd)/snallygaster-testdata-master/
+export RUN_ONLINETESTS=1
+PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}%BUILDROOT%{python3_sitelib}/snallygaster/
 PYTHONDONTWRITEBYTECODE=1 pytest -v tests/
 
 %files
 %doc README.md
 %license LICENSE
 %{_bindir}/snallygaster
-%{python3_sitelib}/*
+%{python3_sitelib}/snallygaster-%{version}*-info
 

Reply via email to