- update to 0.6.2:
* Add twine\_python parameter to upload-pypi * Use python3 in build-python-release * Add new filtering option and tests * Add new unit tests and fixes others OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distroinfo?expand=0&rev=9
This commit is contained in:
parent
82f745be07
commit
17d5ce006e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1e23ebc5fd17e0166eebd641208de65fc31b9600d06495ea2ba594e8bf5f147
|
|
||||||
size 238734
|
|
3
distroinfo-0.6.2.tar.gz
Normal file
3
distroinfo-0.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87610c8a8fcf7a57e96b262f726a4cae51ca1e018f8f14ffa6f987a0c6e054c5
|
||||||
|
size 239272
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 14 22:38:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.6.2:
|
||||||
|
* Add twine\_python parameter to upload-pypi
|
||||||
|
* Use python3 in build-python-release
|
||||||
|
* Add new filtering option and tests
|
||||||
|
* Add new unit tests and fixes others
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 9 08:49:52 UTC 2021 - pgajdos@suse.com
|
Thu Dec 9 08:49:52 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-distroinfo
|
# spec file for package python-distroinfo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-distroinfo
|
Name: python-distroinfo
|
||||||
Version: 0.5.1
|
Version: 0.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parsing, validation and query functions for packaging metadata
|
Summary: Parsing, validation and query functions for packaging metadata
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user