All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28
@ 2020-10-30 13:08 Leon Anavi
  2020-10-30 13:08 ` [meta-python][PATCH 2/3] python3-dateparser: Upgrade 0.7.6 -> 1.0.0 Leon Anavi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leon Anavi @ 2020-10-30 13:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2020.10.28:

- Added Apache 2.0 licence file to the files in the git repository

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-regex_2020.10.23.bb => python3-regex_2020.10.28.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-regex_2020.10.23.bb => python3-regex_2020.10.28.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.10.23.bb b/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-regex_2020.10.23.bb
rename to meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
index c8cbdd11f2..c3cddd8f15 100644
--- a/meta-python/recipes-devtools/python/python3-regex_2020.10.23.bb
+++ b/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "13fb62a1b276623e38931f7217f080d8"
-SRC_URI[sha256sum] = "2278453c6a76280b38855a263198961938108ea2333ee145c5168c36b8e2b376"
+SRC_URI[md5sum] = "8150da7f676e73751b4e3c7b1ba79a34"
+SRC_URI[sha256sum] = "dd3e6547ecf842a29cf25123fbf8d2461c53c8d37aa20d87ecee130c89b7079b"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-dateparser: Upgrade 0.7.6 -> 1.0.0
  2020-10-30 13:08 [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28 Leon Anavi
@ 2020-10-30 13:08 ` Leon Anavi
  2020-11-04 14:47   ` [oe] " Trevor Gamblin
  2020-10-30 13:08 ` [meta-python][PATCH 3/3] python3-langtable: Upgrade 0.0.53 -> 0.0.54 Leon Anavi
  2020-11-04 14:47 ` [oe] [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2020-10-30 13:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.0:

- Drop support for Python 2.7 and pypy
- Now DateDataParser.get_date_data() returns a DateData object
  instead of a dict
- From now wrong settings are not silenced and raise
  SettingValidationError
- Now dateparser.parse() is deterministic and doesn't try previous
  locales. Also, DateDataParser.get_date_data() doesn't try the
  previous locales by default
- Remove the 'base-formats' parser
- Extract the 'no-spaces-time' parser from the 'absolute-time'
  parser and make it an optional parser
- Remove numeral_translation_data
- Remove the undocumented SKIP_TOKENS_PARSER and FUZZY settings
- Remove support for using strings in date_formats
- The undocumented ExactLanguageSearch class has been moved to the
  private scope and some internal methods have changed
- Changes in dateparser.utils: normalize_unicode() doesn't accept
  bytes as input and convert_to_unicode has been deprecated
- Add Python 3.9 support
- Detect hours separated with a period/dot
- Add support for "decade"
- Add support for the hijri calendar in Python ≥ 3.6
- New logo!
- Improve the README and docs
- Fix the "calendars" extra
- Fix leap years when PREFER_DATES_FROM is set
- Fix STRICT_PARSING setting in no-spaces-time parser
- Consider RETURN_AS_TIME_PERIOD setting for relative-time parser
- Parse the 24hr time format with meridian info
- Other small improvements

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-dateparser_0.7.6.bb => python3-dateparser_1.0.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-dateparser_0.7.6.bb => python3-dateparser_1.0.0.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-dateparser_0.7.6.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-dateparser_0.7.6.bb
rename to meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
index e4683911e2..e3691dd83a 100644
--- a/meta-python/recipes-devtools/python/python3-dateparser_0.7.6.bb
+++ b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/scrapinghub/dateparser"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051"
 
-SRC_URI[md5sum] = "78b4bf317f9b844631562abad5ce040b"
-SRC_URI[sha256sum] = "e875efd8c57c85c2d02b238239878db59ff1971f5a823457fcc69e493bf6ebfa"
+SRC_URI[md5sum] = "24a06a429597239004d47e6b93991aaf"
+SRC_URI[sha256sum] = "159cc4e01a593706a15cd4e269a0b3345edf3aef8bf9278a57dac8adf5bf1e4a"
 
 PYPI_PACKAGE = "dateparser"
 
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-langtable: Upgrade 0.0.53 -> 0.0.54
  2020-10-30 13:08 [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28 Leon Anavi
  2020-10-30 13:08 ` [meta-python][PATCH 2/3] python3-dateparser: Upgrade 0.7.6 -> 1.0.0 Leon Anavi
@ 2020-10-30 13:08 ` Leon Anavi
  2020-11-04 14:47   ` [oe] " Trevor Gamblin
  2020-11-04 14:47 ` [oe] [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2020-10-30 13:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.0.54:

- Add list_common_languages derived from gnome-control-center

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-langtable_0.0.53.bb => python3-langtable_0.0.54.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-langtable_0.0.53.bb => python3-langtable_0.0.54.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb
rename to meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
index 27b690f1a0..b9b4069fdc 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
@@ -6,8 +6,8 @@ SECTION = "devel/python"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI[md5sum] = "d8f99adfb184f9def22539310f97ce80"
-SRC_URI[sha256sum] = "fb17fd4d8e491c79159f81aa06ebacb18673fce59dac96f4e9d2d2db27a2e374"
+SRC_URI[md5sum] = "bf2db4302dbed534ff322612f5f5a16e"
+SRC_URI[sha256sum] = "2a6298267586fcade84ce977736fc35102ef95d68975bc90ceaa06117d42d5a6"
 
 inherit pypi setuptools3 python3native
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28
  2020-10-30 13:08 [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28 Leon Anavi
  2020-10-30 13:08 ` [meta-python][PATCH 2/3] python3-dateparser: Upgrade 0.7.6 -> 1.0.0 Leon Anavi
  2020-10-30 13:08 ` [meta-python][PATCH 3/3] python3-langtable: Upgrade 0.0.53 -> 0.0.54 Leon Anavi
@ 2020-11-04 14:47 ` Trevor Gamblin
  2 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2020-11-04 14:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1602 bytes --]


On 10/30/20 9:08 AM, Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2020.10.28:
>
> - Added Apache 2.0 licence file to the files in the git repository
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-regex_2020.10.23.bb => python3-regex_2020.10.28.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-regex_2020.10.23.bb => python3-regex_2020.10.28.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.10.23.bb b/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-regex_2020.10.23.bb
> rename to meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
> index c8cbdd11f2..c3cddd8f15 100644
> --- a/meta-python/recipes-devtools/python/python3-regex_2020.10.23.bb
> +++ b/meta-python/recipes-devtools/python/python3-regex_2020.10.28.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0
>
>   inherit pypi setuptools3
>
> -SRC_URI[md5sum] = "13fb62a1b276623e38931f7217f080d8"
> -SRC_URI[sha256sum] = "2278453c6a76280b38855a263198961938108ea2333ee145c5168c36b8e2b376"
> +SRC_URI[md5sum] = "8150da7f676e73751b4e3c7b1ba79a34"
> +SRC_URI[sha256sum] = "dd3e6547ecf842a29cf25123fbf8d2461c53c8d37aa20d87ecee130c89b7079b"
>
>   BBCLASSEXTEND = "native nativesdk"
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2536 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/3] python3-dateparser: Upgrade 0.7.6 -> 1.0.0
  2020-10-30 13:08 ` [meta-python][PATCH 2/3] python3-dateparser: Upgrade 0.7.6 -> 1.0.0 Leon Anavi
@ 2020-11-04 14:47   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2020-11-04 14:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 3027 bytes --]


On 10/30/20 9:08 AM, Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.0.0:
>
> - Drop support for Python 2.7 and pypy
> - Now DateDataParser.get_date_data() returns a DateData object
>    instead of a dict
> - From now wrong settings are not silenced and raise
>    SettingValidationError
> - Now dateparser.parse() is deterministic and doesn't try previous
>    locales. Also, DateDataParser.get_date_data() doesn't try the
>    previous locales by default
> - Remove the 'base-formats' parser
> - Extract the 'no-spaces-time' parser from the 'absolute-time'
>    parser and make it an optional parser
> - Remove numeral_translation_data
> - Remove the undocumented SKIP_TOKENS_PARSER and FUZZY settings
> - Remove support for using strings in date_formats
> - The undocumented ExactLanguageSearch class has been moved to the
>    private scope and some internal methods have changed
> - Changes in dateparser.utils: normalize_unicode() doesn't accept
>    bytes as input and convert_to_unicode has been deprecated
> - Add Python 3.9 support
> - Detect hours separated with a period/dot
> - Add support for "decade"
> - Add support for the hijri calendar in Python ≥ 3.6
> - New logo!
> - Improve the README and docs
> - Fix the "calendars" extra
> - Fix leap years when PREFER_DATES_FROM is set
> - Fix STRICT_PARSING setting in no-spaces-time parser
> - Consider RETURN_AS_TIME_PERIOD setting for relative-time parser
> - Parse the 24hr time format with meridian info
> - Other small improvements
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-dateparser_0.7.6.bb => python3-dateparser_1.0.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-dateparser_0.7.6.bb => python3-dateparser_1.0.0.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-dateparser_0.7.6.bb b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-dateparser_0.7.6.bb
> rename to meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
> index e4683911e2..e3691dd83a 100644
> --- a/meta-python/recipes-devtools/python/python3-dateparser_0.7.6.bb
> +++ b/meta-python/recipes-devtools/python/python3-dateparser_1.0.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/scrapinghub/dateparser"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=3d3ed25571191e7aa3f55d0a6efe0051"
>
> -SRC_URI[md5sum] = "78b4bf317f9b844631562abad5ce040b"
> -SRC_URI[sha256sum] = "e875efd8c57c85c2d02b238239878db59ff1971f5a823457fcc69e493bf6ebfa"
> +SRC_URI[md5sum] = "24a06a429597239004d47e6b93991aaf"
> +SRC_URI[sha256sum] = "159cc4e01a593706a15cd4e269a0b3345edf3aef8bf9278a57dac8adf5bf1e4a"
>
>   PYPI_PACKAGE = "dateparser"
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3976 bytes --]

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

* Re: [oe] [meta-python][PATCH 3/3] python3-langtable: Upgrade 0.0.53 -> 0.0.54
  2020-10-30 13:08 ` [meta-python][PATCH 3/3] python3-langtable: Upgrade 0.0.53 -> 0.0.54 Leon Anavi
@ 2020-11-04 14:47   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2020-11-04 14:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]


On 10/30/20 9:08 AM, Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.0.54:
>
> - Add list_common_languages derived from gnome-control-center
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-langtable_0.0.53.bb => python3-langtable_0.0.54.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-langtable_0.0.53.bb => python3-langtable_0.0.54.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb
> rename to meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
> index 27b690f1a0..b9b4069fdc 100644
> --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb
> +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
> @@ -6,8 +6,8 @@ SECTION = "devel/python"
>
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>
> -SRC_URI[md5sum] = "d8f99adfb184f9def22539310f97ce80"
> -SRC_URI[sha256sum] = "fb17fd4d8e491c79159f81aa06ebacb18673fce59dac96f4e9d2d2db27a2e374"
> +SRC_URI[md5sum] = "bf2db4302dbed534ff322612f5f5a16e"
> +SRC_URI[sha256sum] = "2a6298267586fcade84ce977736fc35102ef95d68975bc90ceaa06117d42d5a6"
>
>   inherit pypi setuptools3 python3native
>
> --
> 2.17.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2482 bytes --]

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

end of thread, other threads:[~2020-11-04 14:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 13:08 [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28 Leon Anavi
2020-10-30 13:08 ` [meta-python][PATCH 2/3] python3-dateparser: Upgrade 0.7.6 -> 1.0.0 Leon Anavi
2020-11-04 14:47   ` [oe] " Trevor Gamblin
2020-10-30 13:08 ` [meta-python][PATCH 3/3] python3-langtable: Upgrade 0.0.53 -> 0.0.54 Leon Anavi
2020-11-04 14:47   ` [oe] " Trevor Gamblin
2020-11-04 14:47 ` [oe] [meta-python][PATCH 1/3] python3-regex: Upgrade 2020.10.23 -> 2020.10.28 Trevor Gamblin

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.