* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zunclient/
@ 2021-10-09 1:15 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2021-10-09 1:15 UTC (permalink / raw
To: gentoo-commits
commit: 03a36ba7130521ed4360a142ed4f99aff9e38c15
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 00:59:09 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Oct 9 00:59:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03a36ba7
dev-python/python-zunclient: new version
Closes: https://bugs.gentoo.org/800479
Closes: https://bugs.gentoo.org/800476
Closes: https://bugs.gentoo.org/815568
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-zunclient/Manifest | 2 +-
.../python-zunclient/python-zunclient-4.1.1.ebuild | 33 --------------
.../python-zunclient/python-zunclient-4.3.0.ebuild | 53 ++++++++++++++++++++++
3 files changed, 54 insertions(+), 34 deletions(-)
diff --git a/dev-python/python-zunclient/Manifest b/dev-python/python-zunclient/Manifest
index f977a8960..018737208 100644
--- a/dev-python/python-zunclient/Manifest
+++ b/dev-python/python-zunclient/Manifest
@@ -1 +1 @@
-DIST python-zunclient-4.1.1.tar.gz 114232 BLAKE2B 973ea1191b3d0ba13fc6ad368bd2a741ea3d14ddba32158421c1c72befee5bafbb01da4c2ce12e48e50991169efaf5eeaa4cd986ad34ed058e160c0308c868f5 SHA512 7569171ad620e8e84380639d0f99985b942857925a99fbf47f98196bd372a7b0333923d1ea501c3d7d76c06f6327d38b53f1f80f199c27f4bdf073eab4c1e53b
+DIST python-zunclient-4.3.0.tar.gz 119171 BLAKE2B 2286f2c4b8bbf522eff0b0e3f50e8eadd4ac0c9106064176fdcba1f3270b01d3e518725fb25d583bd212cde4f15ad1a42ea573d1ece7ab8f5a68f60ef46d7e51 SHA512 aa7e5b68699978bd85df2f1378354c42cd45caf033a18f4da2a4b02d96b259ed651b7d1bb2708ef6a86dc97ac0f259aacaaed74a961244870f4380aab77ccffb
diff --git a/dev-python/python-zunclient/python-zunclient-4.1.1.ebuild b/dev-python/python-zunclient/python-zunclient-4.1.1.ebuild
deleted file mode 100644
index 457582107..000000000
--- a/dev-python/python-zunclient/python-zunclient-4.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Zun API"
-HOMEPAGE="https://github.com/openstack/python-zunclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0"
-DEPEND="${CDEPEND}"
-RDEPEND="
- >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
- >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/websocket-client-0.44.0[${PYTHON_USEDEP}]
- >=dev-python/docker-py-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]"
diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
new file mode 100644
index 000000000..4d2f2dafd
--- /dev/null
+++ b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Zun API"
+HOMEPAGE="
+ https://github.com/openstack/python-zunclient
+ https://pypi.org/project/python-zunclient
+ https://launchpad.net/python-zunclient
+ https://opendev.org/openstack/python-zunclient
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+ >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/websocket-client-0.44.0[${PYTHON_USEDEP}]
+ >=dev-python/docker-py-2.4.2[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+ >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zunclient/
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-zunclient/ Andrew Ammerlaan
@ 2022-01-02 15:34 ` Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 1701709b2df925926af58a47b554b4d9e127caa2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 15:33:33 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 15:33:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1701709b
dev-python/python-zunclient: drop test dep dev-python/hacking
masked for removal in ::gentoo
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-zunclient/python-zunclient-4.3.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
index 4d2f2dafd..698bf0dcc 100644
--- a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,7 +38,6 @@ DEPEND="
test? (
>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-zunclient/
@ 2022-01-02 15:34 Andrew Ammerlaan
2022-01-02 15:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 1701709b2df925926af58a47b554b4d9e127caa2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 15:33:33 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 15:33:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1701709b
dev-python/python-zunclient: drop test dep dev-python/hacking
masked for removal in ::gentoo
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-zunclient/python-zunclient-4.3.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
index 4d2f2dafd..698bf0dcc 100644
--- a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,7 +38,6 @@ DEPEND="
test? (
>=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
>=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zunclient/
@ 2022-03-14 2:41 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-03-14 2:41 UTC (permalink / raw
To: gentoo-commits
commit: 03be08d1318ff34f72a1739193e236a28e87035a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar 14 02:17:20 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar 14 02:41:41 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03be08d1
dev-python/python-zunclient: add 4.4.0, drop 4.3.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-zunclient/Manifest | 2 +-
.../{python-zunclient-4.3.0.ebuild => python-zunclient-4.4.0.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-zunclient/Manifest b/dev-python/python-zunclient/Manifest
index 018737208..683d0bf06 100644
--- a/dev-python/python-zunclient/Manifest
+++ b/dev-python/python-zunclient/Manifest
@@ -1 +1 @@
-DIST python-zunclient-4.3.0.tar.gz 119171 BLAKE2B 2286f2c4b8bbf522eff0b0e3f50e8eadd4ac0c9106064176fdcba1f3270b01d3e518725fb25d583bd212cde4f15ad1a42ea573d1ece7ab8f5a68f60ef46d7e51 SHA512 aa7e5b68699978bd85df2f1378354c42cd45caf033a18f4da2a4b02d96b259ed651b7d1bb2708ef6a86dc97ac0f259aacaaed74a961244870f4380aab77ccffb
+DIST python-zunclient-4.4.0.tar.gz 119253 BLAKE2B bb532e6ef916491b1663436a71918c69601cf7fd18aa69cf645662249d6ca5d18c673ae2c5c2e27801a1a2c7e4d0df20eb7f0d14a61939eb597197d256844981 SHA512 869da6f89cb52d70f77292ce841cd48369ac042ef3564bb1b00e810992edc4cb35fda518039bfa4df3bc2b6f1b07825e26c49953b0e67329138d45af3150a0ec
diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.4.0.ebuild
similarity index 94%
rename from dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
rename to dev-python/python-zunclient/python-zunclient-4.4.0.ebuild
index 93a7b668d..a761a1c40 100644
--- a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-4.4.0.ebuild
@@ -3,14 +3,14 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A client for the OpenStack Zun API"
HOMEPAGE="
https://github.com/openstack/python-zunclient
- https://pypi.org/project/python-zunclient
+ https://pypi.org/project/python-zunclient/
https://launchpad.net/python-zunclient
https://opendev.org/openstack/python-zunclient
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zunclient/
@ 2022-05-29 21:04 Alessandro Barbieri
0 siblings, 0 replies; 6+ messages in thread
From: Alessandro Barbieri @ 2022-05-29 21:04 UTC (permalink / raw
To: gentoo-commits
commit: 2aa9cece056c77f2256c7268392af16d1033092d
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 29 20:54:40 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 29 21:04:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2aa9cece
dev-python/python-zunclient: enable py3.10
Closes: https://bugs.gentoo.org/848336
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-zunclient/python-zunclient-4.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
index a761a1c40..6ff7dba8d 100644
--- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
+++ b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-zunclient/
@ 2023-02-19 5:17 Anna Vyalkova
0 siblings, 0 replies; 6+ messages in thread
From: Anna Vyalkova @ 2023-02-19 5:17 UTC (permalink / raw
To: gentoo-commits
commit: cc79365bb85026be92cfcea3bdcf4bb144935095
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 19 05:09:38 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Feb 19 05:09:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc79365b
dev-python/python-zunclient: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/python-zunclient/Manifest | 1 -
dev-python/python-zunclient/metadata.xml | 13 ------
.../python-zunclient/python-zunclient-4.5.0.ebuild | 50 ----------------------
3 files changed, 64 deletions(-)
diff --git a/dev-python/python-zunclient/Manifest b/dev-python/python-zunclient/Manifest
deleted file mode 100644
index facd0369c..000000000
--- a/dev-python/python-zunclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-zunclient-4.5.0.tar.gz 119714 BLAKE2B 5492a3bf5205a511d201785a51bd46349c8c30f51fc359147228320551ae454d6efe69fb0b74ad9d7942f4f58a8fe7406337e5e758ccd7bb3846a9ce46780d70 SHA512 f2362af3065fc33e50c639b2bfcc11f318a94342a2f543a49f15495aa8eea5ede79e5a7e3898fd2e741cba82ad961bf72fbdee36bbcd3648dd927f13fe6e30e5
diff --git a/dev-python/python-zunclient/metadata.xml b/dev-python/python-zunclient/metadata.xml
deleted file mode 100644
index a130b3036..000000000
--- a/dev-python/python-zunclient/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <description>co-maintainers welcome</description>
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">python-zunclient</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
deleted file mode 100644
index 6ff7dba8d..000000000
--- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Zun API"
-HOMEPAGE="
- https://github.com/openstack/python-zunclient
- https://pypi.org/project/python-zunclient/
- https://launchpad.net/python-zunclient
- https://opendev.org/openstack/python-zunclient
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/websocket-client-0.44.0[${PYTHON_USEDEP}]
- >=dev-python/docker-py-2.4.2[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
-"
-DEPEND="
- ${RDEPEND}
- test? (
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
- >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
- >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-02-19 5:18 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 15:34 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-zunclient/ Andrew Ammerlaan
2022-01-02 15:34 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-02-19 5:17 Anna Vyalkova
2022-05-29 21:04 Alessandro Barbieri
2022-03-14 2:41 Alessandro Barbieri
2021-10-09 1:15 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox