All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] python3-hypothesis: move from meta-python
       [not found] <cover.1606584666.git.timothy.t.orling@linux.intel.com>
@ 2020-11-28 19:39 ` Tim Orling
  2020-11-28 19:39 ` [PATCH 2/4] python3-sortedcontainers: " Tim Orling
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: Tim Orling @ 2020-11-28 19:39 UTC (permalink / raw)
  To: openembedded-core

From: Tim Orling <timothy.t.orling@linux.intel.com>

A library for property-based testing

* Part of the dependency chain for python3-numpy ptest

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 .../python/python3-hypothesis_5.41.3.bb            | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb

diff --git a/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb b/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb
new file mode 100644
index 00000000000..b7bf15c31ed
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb
@@ -0,0 +1,14 @@
+SUMMARY = "A library for property-based testing"
+HOMEPAGE = "https://github.com/HypothesisWorks/hypothesis/tree/master/hypothesis-python"
+LICENSE = "MPL-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4ee62c16ebd0f4f99d906f36b7de8c3c"
+
+PYPI_PACKAGE = "hypothesis"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "6a3471ff74864ab04a0650c75500ef15f2f4a901d49ccbb7cbec668365736688"
+
+RDEPENDS_${PN} += "python3-core"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [PATCH 2/4] python3-sortedcontainers: move from meta-python
       [not found] <cover.1606584666.git.timothy.t.orling@linux.intel.com>
  2020-11-28 19:39 ` [PATCH 1/4] python3-hypothesis: move from meta-python Tim Orling
@ 2020-11-28 19:39 ` Tim Orling
  2020-11-28 19:39 ` [PATCH 3/4] maintainers.inc: add self for new python recipes Tim Orling
  2020-11-28 19:39 ` [PATCH 4/4] python3-hypothesis: upgrade 5.41.3 -> 5.41.4 Tim Orling
  3 siblings, 0 replies; 4+ messages in thread
From: Tim Orling @ 2020-11-28 19:39 UTC (permalink / raw)
  To: openembedded-core

From: Tim Orling <timothy.t.orling@linux.intel.com>

Sorted Containers is an Apache2 licensed sorted collections library,
written in pure-Python, and fast as C-extensions.

* Part of the dependency chain for python3-numpy ptest

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 .../python/python3-sortedcontainers_2.3.0.bb             | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb

diff --git a/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb b/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
new file mode 100644
index 00000000000..6060c03723a
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-sortedcontainers_2.3.0.bb
@@ -0,0 +1,9 @@
+SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Python, and fast as C-extensions."
+HOMEPAGE = "http://www.grantjenks.com/docs/sortedcontainers/"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7c7c6a1a12ec816da16c1839137d53ae"
+
+inherit pypi setuptools3
+SRC_URI[sha256sum] = "59cc937650cf60d677c16775597c89a960658a09cf7c1a668f86e1e4464b10a1"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.0


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

* [PATCH 3/4] maintainers.inc: add self for new python recipes
       [not found] <cover.1606584666.git.timothy.t.orling@linux.intel.com>
  2020-11-28 19:39 ` [PATCH 1/4] python3-hypothesis: move from meta-python Tim Orling
  2020-11-28 19:39 ` [PATCH 2/4] python3-sortedcontainers: " Tim Orling
@ 2020-11-28 19:39 ` Tim Orling
  2020-11-28 19:39 ` [PATCH 4/4] python3-hypothesis: upgrade 5.41.3 -> 5.41.4 Tim Orling
  3 siblings, 0 replies; 4+ messages in thread
From: Tim Orling @ 2020-11-28 19:39 UTC (permalink / raw)
  To: openembedded-core

From: Tim Orling <timothy.t.orling@linux.intel.com>

* Add self as maintainer for:
  - python3-hypothesis
  - python3-sortedcontainers

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/conf/distro/include/maintainers.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index f77965f8e0b..e9c69b2e6e7 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -593,6 +593,7 @@ RECIPE_MAINTAINER_pn-python3-pycryptodomex = "Joshua Watt <JPEWhacker@gmail.com>
 RECIPE_MAINTAINER_pn-python3-extras = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3-git = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3-gitdb = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
+RECIPE_MAINTAINER_pn-python3-hypothesis = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-python3-importlib-metadata = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-python3-iniconfig = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-python3-iniparse = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
@@ -622,6 +623,7 @@ RECIPE_MAINTAINER_pn-python3-setuptools = "Oleksandr Kravchuk <open.source@oleks
 RECIPE_MAINTAINER_pn-python3-setuptools-scm = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-python3-six = "Zang Ruochen <zangrc.fnst@cn.fujitsu.com>"
 RECIPE_MAINTAINER_pn-python3-smmap = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
+RECIPE_MAINTAINER_pn-python3-sortedcontainers = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-python3-subunit = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3-testtools = "Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>"
 RECIPE_MAINTAINER_pn-python3-toml = "Tim Orling <timothy.t.orling@linux.intel.com>"
-- 
2.25.0


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

* [PATCH 4/4] python3-hypothesis: upgrade 5.41.3 -> 5.41.4
       [not found] <cover.1606584666.git.timothy.t.orling@linux.intel.com>
                   ` (2 preceding siblings ...)
  2020-11-28 19:39 ` [PATCH 3/4] maintainers.inc: add self for new python recipes Tim Orling
@ 2020-11-28 19:39 ` Tim Orling
  3 siblings, 0 replies; 4+ messages in thread
From: Tim Orling @ 2020-11-28 19:39 UTC (permalink / raw)
  To: openembedded-core

From: Tim Orling <timothy.t.orling@linux.intel.com>

Upstream release notes:
"""
5.41.4 - 2020-11-28

This patch fixes issue #2657, where passing unicode patterns compiled
with re.IGNORECASE to from_regex() could trigger an internal error when
casefolding a character creates a longer string (e.g. "\u0130".lower()
-> "i\u0370").
"""

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 ...ython3-hypothesis_5.41.3.bb => python3-hypothesis_5.41.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_5.41.3.bb => python3-hypothesis_5.41.4.bb} (80%)

diff --git a/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb b/meta/recipes-devtools/python/python3-hypothesis_5.41.4.bb
similarity index 80%
rename from meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb
rename to meta/recipes-devtools/python/python3-hypothesis_5.41.4.bb
index b7bf15c31ed..416acc8d72f 100644
--- a/meta/recipes-devtools/python/python3-hypothesis_5.41.3.bb
+++ b/meta/recipes-devtools/python/python3-hypothesis_5.41.4.bb
@@ -7,7 +7,7 @@ PYPI_PACKAGE = "hypothesis"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "6a3471ff74864ab04a0650c75500ef15f2f4a901d49ccbb7cbec668365736688"
+SRC_URI[sha256sum] = "7ef22dd2ae4a906ef1e237dcd6806aa7f97e30c37f924a0e6d595f4639350b53"
 
 RDEPENDS_${PN} += "python3-core"
 
-- 
2.25.0


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

end of thread, other threads:[~2020-11-28 19:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <cover.1606584666.git.timothy.t.orling@linux.intel.com>
2020-11-28 19:39 ` [PATCH 1/4] python3-hypothesis: move from meta-python Tim Orling
2020-11-28 19:39 ` [PATCH 2/4] python3-sortedcontainers: " Tim Orling
2020-11-28 19:39 ` [PATCH 3/4] maintainers.inc: add self for new python recipes Tim Orling
2020-11-28 19:39 ` [PATCH 4/4] python3-hypothesis: upgrade 5.41.3 -> 5.41.4 Tim Orling

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.