diff --git a/_service b/_service
index 991c636..3e97235 100644
--- a/_service
+++ b/_service
@@ -1,15 +1,12 @@
- 3.2.0+git
- https://github.com/python-bugzilla/python-bugzilla.git
+ 379bf17ec6738ec3a07c3add8659ddc7de220422
git
- main
- enable
+ https://github.com/python-bugzilla/python-bugzilla.git
+ @PARENT_TAG@
+ [v]?([^\+]+)(.*)
+ \1
-
- *.tar
- gz
-
diff --git a/python-bugzilla-3.2.0+git.1726768917.5eedea3.obscpio b/python-bugzilla-3.2.0+git.1726768917.5eedea3.obscpio
deleted file mode 100644
index b5d455d..0000000
--- a/python-bugzilla-3.2.0+git.1726768917.5eedea3.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3833f041b64f4b8ff63ba60c6153337d72cf09994be2d8fb33953f93b74e77ff
-size 851468
diff --git a/python-bugzilla-3.3.0.obscpio b/python-bugzilla-3.3.0.obscpio
new file mode 100644
index 0000000..9a69eb5
--- /dev/null
+++ b/python-bugzilla-3.3.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:316ede8e2022daf77465466277376341939dc185611205e295b8ba22c27c92d6
+size 847884
diff --git a/python-bugzilla.changes b/python-bugzilla.changes
index bb9597c..48b8964 100644
--- a/python-bugzilla.changes
+++ b/python-bugzilla.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Sun Feb 15 12:34:56 UTC 2026 - olaf@aepfle.de
+
+- Update to 3.3.0
+ see included NEWS.md file for details
+
-------------------------------------------------------------------
Tue Jun 17 09:15:10 UTC 2025 - Markéta Machová
diff --git a/python-bugzilla.obsinfo b/python-bugzilla.obsinfo
index 76e3926..b3a535f 100644
--- a/python-bugzilla.obsinfo
+++ b/python-bugzilla.obsinfo
@@ -1,4 +1,4 @@
name: python-bugzilla
-version: 3.2.0+git.1726768917.5eedea3
-mtime: 1726768917
-commit: 5eedea31bcef0f1ba7a22eb38aba1cdd9b3d7981
+version: 3.3.0
+mtime: 1727020906
+commit: 379bf17ec6738ec3a07c3add8659ddc7de220422
diff --git a/python-bugzilla.spec b/python-bugzilla.spec
index 5b6c75a..590ecdf 100644
--- a/python-bugzilla.spec
+++ b/python-bugzilla.spec
@@ -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 mcepl@suse.com
# Fix basic authentication on bugzilla.suse.com
Patch0: 106-basic-auth.diff
@@ -45,6 +44,7 @@ Requires: python-requests
Suggests: osc
Conflicts: %{oldpython}-bugzillatools
Obsoletes: python2-bugzilla
+Obsoletes: python3-bugzilla
BuildArch: noarch
%python_subpackages
@@ -59,9 +59,9 @@ ad-hoc bugzilla jiggery-pokery.
%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 @@ export CFLAGS="%{optflags}"
%pytest
%files %{python_files}
+%doc NEWS.md
%python_alternative %{_bindir}/bugzilla
%python_alternative %{_mandir}/man1/bugzilla.1%{ext_man}
%{python_sitelib}/bugzilla