8
0

6 Commits

Author SHA256 Message Date
45611ee9f4 Accepting request 1235067 from home:bluca:branches:openSUSE:Tools
Arch: depend on python-packaging to fix warning /usr/lib/obs/service/set_version:35: RuntimeWarning: install 'packaging' to improve python package versions

OBS-URL: https://build.opensuse.org/request/show/1235067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=143
2025-01-24 15:55:14 +00:00
7314599af1 fix
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=141
2024-07-16 11:50:30 +00:00
6bd5843709 update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=140
2024-07-16 11:43:47 +00:00
2f145f72b4 - expand __python3 with python3 to work outside suse rpm packaging
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=138
2024-06-20 07:59:46 +00:00
19cf13bf4b - Update to version 0.6.5:
* Move revision detection into _revision_detect

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=137
2024-06-18 15:32:18 +00:00
0899f7c825 Accepting request 1180968 from home:mcepl:branches:openSUSE:Tools
- Fix shebang of the script to use the explicit version of Python
  (bsc#1212476).

OBS-URL: https://build.opensuse.org/request/show/1180968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-set_version?expand=0&rev=136
2024-06-18 15:27:19 +00:00

View File

@@ -6,7 +6,7 @@ arch=('i686' 'x86_64')
url="https://www.github.com/openSUSE/obs-service-set_version"
license=('GPL-2.0+' 'GPL-2.0')
groups=('base-devel')
depends=('python')
depends=('python' 'python-packaging')
source=(obs-service-set_version-${pkgver}.tar.gz)
md5sums=('SKIP')