Compare commits
4
Commits
014881015e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f612676ddc | ||
|
|
5278e06b15 | ||
|
|
5db9d74c90 | ||
|
|
247c516c1a |
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
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~init) unstable; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de> Mon, 12 May 2025 15:17:37 +0200
|
||||
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
Source: python-prometheus-rus
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-python3,
|
||||
python3-setuptools,
|
||||
python3-all,
|
||||
pybuild-plugin-pyproject,
|
||||
flit,
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://github.tik.uni-stuttgart.de/NKS/python-prometheus
|
||||
|
||||
Package: python3-python-prometheus-rus
|
||||
Architecture: all
|
||||
Depends:
|
||||
${python3:Depends},
|
||||
${misc:Depends},
|
||||
Suggests:
|
||||
python-python-prometheus-rus-doc,
|
||||
Description: prometheus library (RUS)
|
||||
Library to build prometheus metric collection.
|
||||
.
|
||||
This package installs the library for Python 3.
|
||||
Vendored
+26
@@ -0,0 +1,26 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: python-prometheus
|
||||
Source: https://github.tik.uni-stuttgart.de/NKS/python-prometheus
|
||||
|
||||
Files: *
|
||||
Copyright: 2025 Stefan Bühler <stefan.buehler@tik.uni-stuttgart.de
|
||||
License: MIT
|
||||
|
||||
License: MIT
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
.
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
pristine-tar = False
|
||||
debian-branch = master
|
||||
debian-tag = v%(version)s
|
||||
sign-tags = True
|
||||
tag = True
|
||||
@@ -0,0 +1,2 @@
|
||||
README.Debian
|
||||
README.source
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
export PYBUILD_NAME=python-prometheus-rus
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=pybuild
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
3.0 (native)
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
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]
|
||||
name = "prometheus_rus"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = [
|
||||
{name = "Stefan Bühler", email = "stefan.buehler@tik.uni-stuttgart.de"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user