Accepting request 1333696 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1333696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bugzilla?expand=0&rev=37
This commit is contained in:
13
_service
13
_service
@@ -1,15 +1,12 @@
|
||||
<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>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3833f041b64f4b8ff63ba60c6153337d72cf09994be2d8fb33953f93b74e77ff
|
||||
size 851468
|
||||
3
python-bugzilla-3.3.0.obscpio
Normal file
3
python-bugzilla-3.3.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:316ede8e2022daf77465466277376341939dc185611205e295b8ba22c27c92d6
|
||||
size 847884
|
||||
@@ -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á <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user