All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] python3-hatch-vcs: fix upstream version check
@ 2022-06-27  9:49 Alexander Kanavin
  2022-06-27  9:49 ` [PATCH 2/3] at: take tarballs from debian Alexander Kanavin
  2022-06-27  9:49 ` [PATCH 3/3] pango: exclude 1.9x versions which are 2.x pre-releases Alexander Kanavin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kanavin @ 2022-06-27  9:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb
index 100099c130..cca2c49d2b 100644
--- a/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb
+++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.2.0.bb
@@ -10,3 +10,5 @@ PYPI_PACKAGE = "hatch_vcs"
 SRC_URI[sha256sum] = "9913d733b34eec9bb0345d0626ca32165a4ad2de15d1ce643c36d09ca908abff"
 
 BBCLASSEXTEND = "native nativesdk"
+
+UPSTREAM_CHECK_REGEX = "/hatch-vcs/(?P<pver>(\d+[\.\-_]*)+)/"
-- 
2.30.2



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

* [PATCH 2/3] at: take tarballs from debian
  2022-06-27  9:49 [PATCH 1/3] python3-hatch-vcs: fix upstream version check Alexander Kanavin
@ 2022-06-27  9:49 ` Alexander Kanavin
  2022-06-27  9:49 ` [PATCH 3/3] pango: exclude 1.9x versions which are 2.x pre-releases Alexander Kanavin
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2022-06-27  9:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

The original site went down, and at is more or less
maintained in Debian anyway; the tarballs are identical in name
and content.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-extended/at/at_3.2.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/at/at_3.2.5.bb b/meta/recipes-extended/at/at_3.2.5.bb
index 6769eb364b..87a436173f 100644
--- a/meta/recipes-extended/at/at_3.2.5.bb
+++ b/meta/recipes-extended/at/at_3.2.5.bb
@@ -22,7 +22,7 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
 RCONFLICTS:${PN} = "atd"
 RREPLACES:${PN} = "atd"
 
-SRC_URI = "http://software.calhariz.com/at/${BPN}_${PV}.orig.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/a/at/${BPN}_${PV}.orig.tar.gz \
            file://posixtm.c \
            file://posixtm.h \
            file://file_replacement_with_gplv2.patch \
-- 
2.30.2



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

* [PATCH 3/3] pango: exclude 1.9x versions which are 2.x pre-releases.
  2022-06-27  9:49 [PATCH 1/3] python3-hatch-vcs: fix upstream version check Alexander Kanavin
  2022-06-27  9:49 ` [PATCH 2/3] at: take tarballs from debian Alexander Kanavin
@ 2022-06-27  9:49 ` Alexander Kanavin
  1 sibling, 0 replies; 3+ messages in thread
From: Alexander Kanavin @ 2022-06-27  9:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/pango/pango_1.50.7.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/pango/pango_1.50.7.bb b/meta/recipes-graphics/pango/pango_1.50.7.bb
index 727c170288..01a11a1dac 100644
--- a/meta/recipes-graphics/pango/pango_1.50.7.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.7.bb
@@ -15,6 +15,8 @@ GNOMEBASEBUILDCLASS = "meson"
 
 inherit gnomebase gi-docgen ptest-gnome upstream-version-is-even gobject-introspection
 
+UPSTREAM_CHECK_REGEX = "pango-(?P<pver>\d+\.(?!9\d+)\d+\.\d+)"
+
 GIR_MESON_ENABLE_FLAG = "enabled"
 GIR_MESON_DISABLE_FLAG = "disabled"
 
-- 
2.30.2



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

end of thread, other threads:[~2022-06-27  9:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-27  9:49 [PATCH 1/3] python3-hatch-vcs: fix upstream version check Alexander Kanavin
2022-06-27  9:49 ` [PATCH 2/3] at: take tarballs from debian Alexander Kanavin
2022-06-27  9:49 ` [PATCH 3/3] pango: exclude 1.9x versions which are 2.x pre-releases Alexander Kanavin

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.