Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-accessible-pygments for 
openSUSE:Factory checked in at 2023-03-30 22:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-accessible-pygments (Old)
 and      /work/SRC/openSUSE:Factory/.python-accessible-pygments.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-accessible-pygments"

Thu Mar 30 22:51:25 2023 rev:2 rq:1075478 version:0.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-accessible-pygments/python-accessible-pygments.changes
    2023-03-10 22:08:53.317544609 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-accessible-pygments.new.31432/python-accessible-pygments.changes
 2023-03-30 22:51:26.716632026 +0200
@@ -1,0 +2,8 @@
+Thu Mar 30 07:26:57 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.0.4:
+  * Minor version of accessible pygments,
+  * Exclude "test" package from being installed.
+- run tests
+
+-------------------------------------------------------------------

Old:
----
  accessible-pygments-0.0.3.tar.gz

New:
----
  accessible-pygments-0.0.4-gh.tar.gz

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

Other differences:
------------------
++++++ python-accessible-pygments.spec ++++++
--- /var/tmp/diff_new_pack.RtRyBX/_old  2023-03-30 22:51:27.224634745 +0200
+++ /var/tmp/diff_new_pack.RtRyBX/_new  2023-03-30 22:51:27.228634766 +0200
@@ -18,20 +18,21 @@
 
 %define modname accessible-pygments
 Name:           python-accessible-pygments
-Version:        0.0.3
+Version:        0.0.4
 Release:        0
 Summary:        A collection of accessible pygments styles
 License:        BSD-3-Clause
 URL:            https://github.com/Quansight-Labs/accessible-pygments
-Source:         
https://files.pythonhosted.org/packages/source/a/accessible-pygments/accessible-pygments-%{version}.tar.gz
+Source:         
https://github.com/Quansight-Labs/accessible-pygments/archive/refs/tags/v%{version}.tar.gz#/accessible-pygments-%{version}-gh.tar.gz
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-pygments >= 1.5
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pygments >= 1.5}
 # /SECTION
-BuildRequires:  fdupes
-Requires:       python-pygments >= 1.5
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -46,9 +47,12 @@
 %install
 %python_install
 %python_expand rm -rf %{buildroot}%{$python_sitelib}/test
-
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+export PYTHONPATH=$PWD
+%python_exec test/run_tests.py
+
 %files %{python_files}
 %doc README.md
 %license LICENSE

Reply via email to