Compare commits
2
Commits
5db9d74c90
...
v0.2.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f612676ddc | ||
|
|
5278e06b15 |
Vendored
+8
-2
@@ -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
|
* Initial release
|
||||||
|
|
||||||
-- Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de> Mon, 12 May 2025 15:17:38 +0200
|
-- 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
|
* Initial release
|
||||||
|
|
||||||
|
|||||||
Vendored
+1
-1
@@ -20,7 +20,7 @@ Depends:
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Suggests:
|
Suggests:
|
||||||
python-python-prometheus-rus-doc,
|
python-python-prometheus-rus-doc,
|
||||||
Description: promtheus library (RUS)
|
Description: prometheus library (RUS)
|
||||||
Library to build prometheus metric collection.
|
Library to build prometheus metric collection.
|
||||||
.
|
.
|
||||||
This package installs the library for Python 3.
|
This package installs the library for Python 3.
|
||||||
|
|||||||
Vendored
+2
-4
@@ -1,8 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
pristine-tar = False
|
pristine-tar = False
|
||||||
upstream-tree = BRANCH
|
debian-branch = master
|
||||||
upstream-branch = master
|
debian-tag = v%(version)s
|
||||||
debian-branch = debian
|
|
||||||
debian-tag = debian/%(version)s
|
|
||||||
sign-tags = True
|
sign-tags = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
|||||||
Vendored
+3
@@ -1 +1,4 @@
|
|||||||
extend-diff-ignore = "^[^/]*[.]egg-info/|^.venv|^.mypy[^/]*"
|
extend-diff-ignore = "^[^/]*[.]egg-info/|^.venv|^.mypy[^/]*"
|
||||||
|
tar-ignore = .git
|
||||||
|
tar-ignore = .venv
|
||||||
|
tar-ignore = .mypy_cache
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "prometheus_rus"
|
name = "prometheus_rus"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Stefan Bühler", email = "stefan.buehler@tik.uni-stuttgart.de"},
|
{name = "Stefan Bühler", email = "stefan.buehler@tik.uni-stuttgart.de"},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user