All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-django-nose: Change to python3
@ 2020-09-01  2:46 zhengruoqin
  2020-09-01  2:46 ` [meta-virtualization] [PATCH] python3-django-openstack-auth: " zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-01  2:46 UTC (permalink / raw)
  To: meta-virtualization

Because python is no longer maintained, delete the python2 version of the recipe and change to python3.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 ...python-django-nose_1.4.bb => python3-django-nose_1.4.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-django-nose_1.4.bb => python3-django-nose_1.4.bb} (87%)

diff --git a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
similarity index 87%
rename from meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb
rename to meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
index 1e7ccd6..530332f 100644
--- a/meta-openstack/recipes-devtools/python/python-django-nose_1.4.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-nose_1.4.bb
@@ -13,11 +13,11 @@ SRC_URI[sha256sum] = "26cef3c6f62df2eee955a25195de6f793881317c0f5fd1a1c6f9e22f35
 inherit setuptools3 pypi
 
 DEPENDS += " \
-        python-pip \
+        python3-pip \
         "
 
 RDEPENDS_${PN} += " \
-        python-django \
-        python-nose \
+        python3-django \
+        python3-nose \
         "
 
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-django-openstack-auth: Change to python3
@ 2020-09-01  2:46 ` zhengruoqin
  2020-09-01  2:47   ` [meta-virtualization] [PATCH] python3-dogpile.cache: upgrade 0.9.0 -> 1.0.2 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-01  2:46 UTC (permalink / raw)
  To: meta-virtualization

Because python is no longer maintained, delete the python2 version of
the recipe and change to python3.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python-django-openstack-auth_git.bb       | 32 -------------------
 .../python3-django-openstack-auth_3.6.1.bb    | 26 +++++++++++++++
 2 files changed, 26 insertions(+), 32 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb b/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb
deleted file mode 100644
index 75c26b0..0000000
--- a/meta-openstack/recipes-devtools/python/python-django-openstack-auth_git.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend."
-HOMEPAGE = "http://django_openstack_auth.readthedocs.org/"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-
-SRCNAME = "django_openstack_auth"
-
-PV = "3.5.0+git${SRCPV}"
-SRCREV = "9e108ed426a5a1e5c9dd394b197c27d046754d0c"
-
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike \
-"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3 
-
-DEPENDS += " \
-        python-pip \
-        python-pbr \
-        "
-
-RDEPENDS_${PN} += " \
-        python-pbr \
-        python-django \
-        python-oslo.config \
-        python-oslo.policy \
-        python-keystoneclient \
-        python-keystoneauth1 \
-        python-six \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb b/meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb
new file mode 100644
index 0000000..4e6c2d2
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-django-openstack-auth_3.6.1.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "A Django authentication backend for use with the OpenStack Keystone backend."
+HOMEPAGE = "http://django_openstack_auth.readthedocs.org/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+PYPI_PACKAGE = "django_openstack_auth"
+
+SRC_URI[sha256sum] = "9a441fdea3f662fd727f020f479b3e89c96a2cc442c49539634c996a967dd378"
+
+inherit setuptools3 pypi
+
+DEPENDS += " \
+        python3-pip \
+        python3-pbr-native \
+        "
+
+RDEPENDS_${PN} += " \
+        python3-pbr \
+        python3-django \
+        python3-oslo.config \
+        python3-oslo.policy \
+        python3-keystoneclient \
+        python3-keystoneauth1 \
+        python3-six \
+        "
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-dogpile.cache: upgrade 0.9.0 -> 1.0.2
@ 2020-09-01  2:47   ` zhengruoqin
  2020-09-01  2:47     ` [meta-virtualization] [PATCH] python3-dogpile.core: Consolidate in a single file zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-01  2:47 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.
-License-Update: Copyright year updated to 2020.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../python/python-dogpile.cache.inc                | 12 ------------
 .../python/python3-dogpile.cache_0.9.0.bb          |  4 ----
 .../python/python3-dogpile.cache_1.0.2.bb          | 14 ++++++++++++++
 3 files changed, 14 insertions(+), 16 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb
 create mode 100644 meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb

diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc b/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
deleted file mode 100644
index 5074acf..0000000
--- a/meta-openstack/recipes-devtools/python/python-dogpile.cache.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock"
-HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e8d5890806254a2648269bb4029f74c6"
-
-SRC_URI[md5sum] = "d48b4752b404e2e2a33f984d261fff7d"
-SRC_URI[sha256sum] = "b348835825c9dcd251d9aad1f89f257277ac198a3e35a61980ab4cb28c75216b"
-
-inherit pypi
-
-
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb
deleted file mode 100644
index ccfb292..0000000
--- a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_0.9.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-inherit setuptools3
-require python-dogpile.cache.inc
-
-
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
new file mode 100644
index 0000000..82057a6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.0.2.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "Python Dogpile Cache: A caching front-end based on the Dogpile lock"
+HOMEPAGE = "https://pypi.python.org/pypi/dogpile.cache"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=46e560ef3e93a33b284504845ea6a11d"
+
+SRC_URI[md5sum] = "a325ec142d690269573a872e24fc1cb6"
+SRC_URI[sha256sum] = "64fda39d25b46486a4876417ca03a4af06f35bfadba9f59613f9b3d748aa21ef"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += "python3-decorator"
+
+
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-dogpile.core: Consolidate in a single file
@ 2020-09-01  2:47     ` zhengruoqin
  2020-09-01  2:47       ` [meta-virtualization] [PATCH] python3-ecdsa: Remove recipe zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-01  2:47 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-dogpile.core.inc  | 12 ------------
 .../python/python3-dogpile.core_0.4.1.bb             | 12 ++++++++++--
 2 files changed, 10 insertions(+), 14 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-dogpile.core.inc

diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.core.inc b/meta-openstack/recipes-devtools/python/python-dogpile.core.inc
deleted file mode 100644
index 9824321..0000000
--- a/meta-openstack/recipes-devtools/python/python-dogpile.core.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Python Dogpile Core: Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage."
-HOMEPAGE = "https://pypi.python.org/pypi/dogpile.core"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433"
-
-SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045"
-SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76"
-
-inherit pypi
-
-
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb
index d81698f..9592660 100644
--- a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb
@@ -1,4 +1,12 @@
-require python-dogpile.core.inc
-inherit setuptools3
+DESCRIPTION = "Python Dogpile Core: Dogpile is basically the locking code extracted from the Beaker package, for simple and generic usage."
+HOMEPAGE = "https://pypi.python.org/pypi/dogpile.core"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0401fd56584d7b3d4be91690672ec433"
+
+SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045"
+SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76"
+
+inherit setuptools3 pypi
 
 
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python3-ecdsa: Remove recipe
@ 2020-09-01  2:47       ` zhengruoqin
  2020-09-01  2:47         ` [meta-virtualization] [PATCH] python-enum-compat: Remove python2 recipe zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-01  2:47 UTC (permalink / raw)
  To: meta-virtualization

Remove this recipe, because a higher version of the recipe exists in:
meta-openembedded/meta-python/recipes-devtools/python/python3-ecdsa_0.15.bb

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-ecdsa.inc  | 20 -------------------
 .../python/python3-ecdsa_0.13.bb              |  2 --
 2 files changed, 22 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-ecdsa.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb

diff --git a/meta-openstack/recipes-devtools/python/python-ecdsa.inc b/meta-openstack/recipes-devtools/python/python-ecdsa.inc
deleted file mode 100644
index b7c8356..0000000
--- a/meta-openstack/recipes-devtools/python/python-ecdsa.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "ECDSA cryptographic signature library"
-HOMEPAGE = "https://github.com/warner/python-ecdsa"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-
-SRC_URI[md5sum] = "1f60eda9cb5c46722856db41a3ae6670"
-SRC_URI[sha256sum] = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa"
-
-inherit pypi
-
-DEPENDS += " \
-        ${PYTHON_PN}-pip \
-        ${PYTHON_PN}-pbr \
-        "
-
-# RDEPENDS_default:
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-pbr \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb b/meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb
deleted file mode 100644
index 13366f4..0000000
--- a/meta-openstack/recipes-devtools/python/python3-ecdsa_0.13.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-ecdsa.inc
-inherit setuptools3
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [meta-virtualization] [PATCH] python-enum-compat: Remove python2 recipe
@ 2020-09-01  2:47         ` zhengruoqin
  2020-09-02 20:34           ` Bruce Ashfield
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-09-01  2:47 UTC (permalink / raw)
  To: meta-virtualization

Since python2 is no longer maintained, the recipe of python2 is removed.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-enum-compat.inc   | 10 ----------
 .../python/python-enum-compat_0.0.3.bb               |  2 --
 .../python/python3-enum-compat_0.0.3.bb              | 12 ++++++++++--
 3 files changed, 10 insertions(+), 14 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-enum-compat.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb

diff --git a/meta-openstack/recipes-devtools/python/python-enum-compat.inc b/meta-openstack/recipes-devtools/python/python-enum-compat.inc
deleted file mode 100644
index 9fa8c52..0000000
--- a/meta-openstack/recipes-devtools/python/python-enum-compat.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-DESCRIPTION = "Python enum/enum34 compatibility package"
-HOMEPAGE = "https://github.com/jstasiak/enum-compat"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-
-SRC_URI[md5sum] = "74c19a80356825e5351aba8c4c1b00e6"
-SRC_URI[sha256sum] = "3677daabed56a6f724451d585662253d8fb4e5569845aafa8bb0da36b1a8751e"
-
-inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb b/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb
deleted file mode 100644
index a9bff30..0000000
--- a/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-enum-compat.inc
diff --git a/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb b/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb
index a9bff30..a1c0ef6 100644
--- a/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb
@@ -1,2 +1,10 @@
-inherit setuptools3
-require python-enum-compat.inc
+DESCRIPTION = "Python enum/enum34 compatibility package"
+HOMEPAGE = "https://github.com/jstasiak/enum-compat"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+SRC_URI[md5sum] = "74c19a80356825e5351aba8c4c1b00e6"
+SRC_URI[sha256sum] = "3677daabed56a6f724451d585662253d8fb4e5569845aafa8bb0da36b1a8751e"
+
+inherit setuptools3 pypi
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [meta-virtualization] [PATCH] python-enum-compat: Remove python2 recipe
  2020-09-01  2:47         ` [meta-virtualization] [PATCH] python-enum-compat: Remove python2 recipe zhengruoqin
@ 2020-09-02 20:34           ` Bruce Ashfield
  0 siblings, 0 replies; 7+ messages in thread
From: Bruce Ashfield @ 2020-09-02 20:34 UTC (permalink / raw)
  To: zhengruoqin; +Cc: meta-virtualization


merged.

Bruce

In message: [meta-virtualization] [PATCH] python-enum-compat: Remove python2 recipe
on 01/09/2020 zhengruoqin wrote:

> Since python2 is no longer maintained, the recipe of python2 is removed.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../recipes-devtools/python/python-enum-compat.inc   | 10 ----------
>  .../python/python-enum-compat_0.0.3.bb               |  2 --
>  .../python/python3-enum-compat_0.0.3.bb              | 12 ++++++++++--
>  3 files changed, 10 insertions(+), 14 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-enum-compat.inc
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-enum-compat.inc b/meta-openstack/recipes-devtools/python/python-enum-compat.inc
> deleted file mode 100644
> index 9fa8c52..0000000
> --- a/meta-openstack/recipes-devtools/python/python-enum-compat.inc
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -DESCRIPTION = "Python enum/enum34 compatibility package"
> -HOMEPAGE = "https://github.com/jstasiak/enum-compat"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
> -
> -SRC_URI[md5sum] = "74c19a80356825e5351aba8c4c1b00e6"
> -SRC_URI[sha256sum] = "3677daabed56a6f724451d585662253d8fb4e5569845aafa8bb0da36b1a8751e"
> -
> -inherit pypi
> diff --git a/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb b/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb
> deleted file mode 100644
> index a9bff30..0000000
> --- a/meta-openstack/recipes-devtools/python/python-enum-compat_0.0.3.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -inherit setuptools3
> -require python-enum-compat.inc
> diff --git a/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb b/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb
> index a9bff30..a1c0ef6 100644
> --- a/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-enum-compat_0.0.3.bb
> @@ -1,2 +1,10 @@
> -inherit setuptools3
> -require python-enum-compat.inc
> +DESCRIPTION = "Python enum/enum34 compatibility package"
> +HOMEPAGE = "https://github.com/jstasiak/enum-compat"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
> +
> +SRC_URI[md5sum] = "74c19a80356825e5351aba8c4c1b00e6"
> +SRC_URI[sha256sum] = "3677daabed56a6f724451d585662253d8fb4e5569845aafa8bb0da36b1a8751e"
> +
> +inherit setuptools3 pypi
> -- 
> 2.25.1
> 
> 
> 

> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-05  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01  2:46 [meta-virtualization] [PATCH] python3-django-nose: Change to python3 zhengruoqin
2020-09-01  2:46 ` [meta-virtualization] [PATCH] python3-django-openstack-auth: " zhengruoqin
2020-09-01  2:47   ` [meta-virtualization] [PATCH] python3-dogpile.cache: upgrade 0.9.0 -> 1.0.2 zhengruoqin
2020-09-01  2:47     ` [meta-virtualization] [PATCH] python3-dogpile.core: Consolidate in a single file zhengruoqin
2020-09-01  2:47       ` [meta-virtualization] [PATCH] python3-ecdsa: Remove recipe zhengruoqin
2020-09-01  2:47         ` [meta-virtualization] [PATCH] python-enum-compat: Remove python2 recipe zhengruoqin
2020-09-02 20:34           ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.