pylego 0.1.35__tar.gz → 0.1.36__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pylego-0.1.35 → pylego-0.1.36}/PKG-INFO +1 -1
- {pylego-0.1.35 → pylego-0.1.36}/pyproject.toml +2 -2
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego.egg-info/PKG-INFO +1 -1
- {pylego-0.1.35 → pylego-0.1.36}/LICENSE +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/README.md +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/setup.cfg +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/setup.py +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego/__init__.py +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego/go.mod +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego/go.sum +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego/lego.go +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego/pylego.py +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego.egg-info/SOURCES.txt +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego.egg-info/dependency_links.txt +0 -0
- {pylego-0.1.35 → pylego-0.1.36}/src/pylego.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pylego
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.36
|
|
4
4
|
Summary: A python wrapper package for the lego application written in Golang
|
|
5
5
|
Author-email: Canonical <telco-engineers@lists.canonical.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/canonical/pylego
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pylego"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.36"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name="Canonical", email="telco-engineers@lists.canonical.com" },
|
|
6
6
|
]
|
|
@@ -25,7 +25,7 @@ Homepage = "https://github.com/canonical/pylego"
|
|
|
25
25
|
Issues = "https://github.com/canonical/pylego/issues"
|
|
26
26
|
|
|
27
27
|
[build-system]
|
|
28
|
-
requires = ["setuptools>=80.
|
|
28
|
+
requires = ["setuptools>=80.10.2"]
|
|
29
29
|
build-backend = "setuptools.build_meta"
|
|
30
30
|
|
|
31
31
|
[tool.setuptools]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pylego
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.36
|
|
4
4
|
Summary: A python wrapper package for the lego application written in Golang
|
|
5
5
|
Author-email: Canonical <telco-engineers@lists.canonical.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/canonical/pylego
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|