pylego 0.1.0__tar.gz → 0.1.2__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.
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pylego
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A python wrapper package for the lego application written in Golang
5
- Author-email: Ghislain Bourgeois <ghislain.bourgeois@canonical.com>, Kayra Gemalmaz <kayra.gemalmaz@canonical.com>, Daniel Arndt <daniel.arndt@canonical.com>, Guillaume Belanger <guillaume.belanger@canonical.com>, Yazan Salti <yazan.salti@canonical.com>
5
+ Author-email: Canonical <telco-engineers@lists.canonical.com>
6
6
  Project-URL: Homepage, https://github.com/canonical/pylego
7
7
  Project-URL: Issues, https://github.com/canonical/pylego/issues
8
8
  Classifier: Programming Language :: Python :: 3
@@ -10,8 +10,10 @@ Classifier: License :: OSI Approved :: Apache Software License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
- Provides-Extra: test
14
13
  License-File: LICENSE
14
+ Provides-Extra: test
15
+ Requires-Dist: pytest; extra == "test"
16
+ Requires-Dist: ruff; extra == "test"
15
17
 
16
18
  # pylego
17
19
 
@@ -1,12 +1,8 @@
1
1
  [project]
2
2
  name = "pylego"
3
- version = "0.1.0"
3
+ version = "0.1.2"
4
4
  authors = [
5
- { name="Ghislain Bourgeois", email="ghislain.bourgeois@canonical.com" },
6
- { name="Kayra Gemalmaz", email="kayra.gemalmaz@canonical.com" },
7
- { name="Daniel Arndt", email="daniel.arndt@canonical.com" },
8
- { name="Guillaume Belanger", email="guillaume.belanger@canonical.com" },
9
- { name="Yazan Salti", email="yazan.salti@canonical.com" },
5
+ { name="Canonical", email="telco-engineers@lists.canonical.com" },
10
6
  ]
11
7
  description = "A python wrapper package for the lego application written in Golang"
12
8
  readme = "README.md"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pylego
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: A python wrapper package for the lego application written in Golang
5
- Author-email: Ghislain Bourgeois <ghislain.bourgeois@canonical.com>, Kayra Gemalmaz <kayra.gemalmaz@canonical.com>, Daniel Arndt <daniel.arndt@canonical.com>, Guillaume Belanger <guillaume.belanger@canonical.com>, Yazan Salti <yazan.salti@canonical.com>
5
+ Author-email: Canonical <telco-engineers@lists.canonical.com>
6
6
  Project-URL: Homepage, https://github.com/canonical/pylego
7
7
  Project-URL: Issues, https://github.com/canonical/pylego/issues
8
8
  Classifier: Programming Language :: Python :: 3
@@ -10,8 +10,10 @@ Classifier: License :: OSI Approved :: Apache Software License
10
10
  Classifier: Operating System :: OS Independent
11
11
  Requires-Python: >=3.8
12
12
  Description-Content-Type: text/markdown
13
- Provides-Extra: test
14
13
  License-File: LICENSE
14
+ Provides-Extra: test
15
+ Requires-Dist: pytest; extra == "test"
16
+ Requires-Dist: ruff; extra == "test"
15
17
 
16
18
  # pylego
17
19
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes