Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-bugzilla for openSUSE:Factory 
checked in at 2026-02-19 14:19:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bugzilla (Old)
 and      /work/SRC/openSUSE:Factory/.python-bugzilla.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bugzilla"

Thu Feb 19 14:19:50 2026 rev:37 rq:1333696 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bugzilla/python-bugzilla.changes  
2025-06-18 19:30:00.009715611 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-bugzilla.new.1977/python-bugzilla.changes    
    2026-02-19 14:19:52.158005846 +0100
@@ -1,0 +2,6 @@
+Sun Feb 15 12:34:56 UTC 2026 - [email protected]
+
+- Update to 3.3.0
+  see included NEWS.md file for details
+
+-------------------------------------------------------------------

Old:
----
  python-bugzilla-3.2.0+git.1726768917.5eedea3.obscpio

New:
----
  python-bugzilla-3.3.0.obscpio

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

Other differences:
------------------
++++++ python-bugzilla.spec ++++++
--- /var/tmp/diff_new_pack.eABnyH/_old  2026-02-19 14:19:53.442058536 +0100
+++ /var/tmp/diff_new_pack.eABnyH/_new  2026-02-19 14:19:53.446058700 +0100
@@ -20,14 +20,13 @@
 %bcond_without libalternatives
 %{?sle15_python_module_pythons}
 Name:           python-bugzilla
-Version:        3.2.0+git.1726768917.5eedea3
+Version:        3.3.0
 Release:        0
 Summary:        Python library for Bugzilla
 License:        GPL-2.0-or-later
 Group:          Development/Libraries/Python
 URL:            https://github.com/python-bugzilla/python-bugzilla
-# Source:         
https://files.pythonhosted.org/packages/source/p/python-bugzilla/python-bugzilla-%%{version}.tar.gz
-Source:         python-bugzilla-%{version}.tar.gz
+Source:         python-bugzilla-%{version}.tar
 # PATCH-FIX-UPSTREAM 106-basic-auth.diff bsc#1098219 [email protected]
 # Fix basic authentication on bugzilla.suse.com
 Patch0:         106-basic-auth.diff
@@ -45,6 +44,7 @@
 Suggests:       osc
 Conflicts:      %{oldpython}-bugzillatools
 Obsoletes:      python2-bugzilla
+Obsoletes:      python3-bugzilla
 BuildArch:      noarch
 %python_subpackages
 
@@ -59,9 +59,9 @@
 %prep
 %autosetup -p1
 
+%build
 sed -i -e '1{/^#!\/usr\/bin\/env python/d}' bugzilla/_cli.py
 
-%build
 export CFLAGS="%{optflags}"
 %pyproject_wheel
 
@@ -78,6 +78,7 @@
 %pytest
 
 %files %{python_files}
+%doc NEWS.md
 %python_alternative %{_bindir}/bugzilla
 %python_alternative %{_mandir}/man1/bugzilla.1%{ext_man}
 %{python_sitelib}/bugzilla

++++++ _service ++++++
--- /var/tmp/diff_new_pack.eABnyH/_old  2026-02-19 14:19:53.490060505 +0100
+++ /var/tmp/diff_new_pack.eABnyH/_new  2026-02-19 14:19:53.494060670 +0100
@@ -1,16 +1,13 @@
 <services>
   <service name="obs_scm" mode="manual">
-    <param name="versionprefix">3.2.0+git</param>
-    <param 
name="url">https://github.com/python-bugzilla/python-bugzilla.git</param>
+    <param name="revision">379bf17ec6738ec3a07c3add8659ddc7de220422</param>
     <param name="scm">git</param>
-    <param name="revision">main</param>
-    <param name="changesgenerate">enable</param>
+    <param 
name="url">https://github.com/python-bugzilla/python-bugzilla.git</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
-    <param name="file">*.tar</param>
-    <param name="compression">gz</param>
-  </service>
   <service name="set_version" mode="manual" />
 </services>
 

++++++ python-bugzilla-3.2.0+git.1726768917.5eedea3.obscpio -> 
python-bugzilla-3.3.0.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-bugzilla-3.2.0+git.1726768917.5eedea3/.github/workflows/publish.yml 
new/python-bugzilla-3.3.0/.github/workflows/publish.yml
--- 
old/python-bugzilla-3.2.0+git.1726768917.5eedea3/.github/workflows/publish.yml  
    1970-01-01 01:00:00.000000000 +0100
+++ new/python-bugzilla-3.3.0/.github/workflows/publish.yml     2024-09-22 
18:01:46.000000000 +0200
@@ -0,0 +1,32 @@
+# This workflow will publish the package on PyPI
+# For more information see: https://github.com/pypa/gh-action-pypi-publish
+
+name: Publish
+on:
+  release:
+    types: [released]
+
+jobs:
+  publish:
+    name: Upload release to PyPI
+    runs-on: ubuntu-latest
+    environment:
+      name: pypi
+      url: https://pypi.org/p/python-bugzilla
+    permissions:
+      id-token: write  # IMPORTANT: this permission is mandatory for trusted 
publishing
+    steps:
+      - uses: actions/checkout@v4
+      - name: Set up Python
+        uses: actions/setup-python@v5
+        with:
+          python-version: "3.x"
+      - name: Install pypa/build
+        run: pip install build
+      - name: Build a source tarball
+        run: python -m build --sdist
+      - name: Publish package distributions to PyPI
+        uses: pypa/gh-action-pypi-publish@release/v1
+        with:
+          skip-existing: false
+          verbose: false

++++++ python-bugzilla.obsinfo ++++++
--- /var/tmp/diff_new_pack.eABnyH/_old  2026-02-19 14:19:53.834074622 +0100
+++ /var/tmp/diff_new_pack.eABnyH/_new  2026-02-19 14:19:53.838074786 +0100
@@ -1,5 +1,5 @@
 name: python-bugzilla
-version: 3.2.0+git.1726768917.5eedea3
-mtime: 1726768917
-commit: 5eedea31bcef0f1ba7a22eb38aba1cdd9b3d7981
+version: 3.3.0
+mtime: 1727020906
+commit: 379bf17ec6738ec3a07c3add8659ddc7de220422
 

Reply via email to