2 Commits
Author SHA1 Message Date
ac107458 f612676ddc update packaging: release 0.2.2 2026-07-09 12:54:40 +02:00
ac107458 5278e06b15 convert to native package 2026-07-01 09:10:14 +02:00
6 changed files with 16 additions and 9 deletions
+8 -2
View File
@@ -1,10 +1,16 @@
python-prometheus-rus (0.2.0-1) unstable; urgency=medium
python-prometheus-rus (0.2.1) unstable; urgency=medium
* Convert to native package
-- Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de> Wed, 01 Jul 2026 09:08:46 +0200
python-prometheus-rus (0.2.0) unstable; urgency=medium
* Initial release
-- Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de> Mon, 12 May 2025 15:17:38 +0200
python-prometheus-rus (0.2.0-0) unstable; urgency=medium
python-prometheus-rus (0.2.0~init) unstable; urgency=medium
* Initial release
+1 -1
View File
@@ -20,7 +20,7 @@ Depends:
${misc:Depends},
Suggests:
python-python-prometheus-rus-doc,
Description: promtheus library (RUS)
Description: prometheus library (RUS)
Library to build prometheus metric collection.
.
This package installs the library for Python 3.
+2 -4
View File
@@ -1,8 +1,6 @@
[DEFAULT]
pristine-tar = False
upstream-tree = BRANCH
upstream-branch = master
debian-branch = debian
debian-tag = debian/%(version)s
debian-branch = master
debian-tag = v%(version)s
sign-tags = True
tag = True
+1 -1
View File
@@ -1 +1 @@
3.0 (quilt)
3.0 (native)
+3
View File
@@ -1 +1,4 @@
extend-diff-ignore = "^[^/]*[.]egg-info/|^.venv|^.mypy[^/]*"
tar-ignore = .git
tar-ignore = .venv
tar-ignore = .mypy_cache
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "prometheus_rus"
version = "0.2.0"
version = "0.2.1"
authors = [
{name = "Stefan Bühler", email = "stefan.buehler@tik.uni-stuttgart.de"},
]