Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "Trevor Gamblin" <trevor.gamblin@windriver.com>
To: Leon Anavi <leon.anavi@konsulko.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [oe] [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35
Date: Fri, 16 Oct 2020 13:13:00 -0400	[thread overview]
Message-ID: <ffaff025-7348-57de-2b4e-e42c9a449014@windriver.com> (raw)
In-Reply-To: <20201013085914.31580-4-leon.anavi@konsulko.com>

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


On 10/13/20 4:59 AM, Leon Anavi wrote:
> - Handle L in ranges.
> - Add a new initializaton paramter max_years_between_matches to
>    support finding the next/previous date beyond the default 1 year
>    window, if so desired. Updated README to include additional
>    notes and example of this usage.
> - The croniter_range() function was updated to automatically
>    determines the appropriate max_years_between_matches value, this
>    preventing handling of the CroniterBadDateError exception.
> - Updated exception handling classes: CroniterBadDateError now
>    only applies during date finding operations (next/prev), and all
>    parsing errors can now be caught using CroniterBadCronError. The
>    CroniterNotAlphaError exception is now a subclass of
>    CroniterBadCronError. A breif description of each exception
>    class was added as an inline docstring.
> - Updated iterable interfaces to replace the CroniterBadDateError
>    with StopIteration if (and only if) the max_years_between_matches
>    argument is provided. The rationale here is that if the user has
>    specified the max tollernace between matches, then there's no need
>    to further inform them of no additional matches. Just stop the
>    iteration. This also keeps backwards compatibility.
> - Minor docs update.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-croniter_0.3.34.bb => python3-croniter_0.3.35.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-croniter_0.3.34.bb => python3-croniter_0.3.35.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb
> rename to meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> index 123d176137..388885c158 100644
> --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb
> +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
>   
>   PYPI_PACKAGE = "croniter"
> -SRC_URI[md5sum] = "adfeeb0032ab7aeccba908fa2eb09c33"
> -SRC_URI[sha256sum] = "7186b9b464f45cf3d3c83a18bc2344cc101d7b9fd35a05f2878437b14967e964"
> +SRC_URI[md5sum] = "8bb1443b90123f96ad64d7fae26df342"
> +SRC_URI[sha256sum] = "b9075573d9d18fdc4c67ad6741c4bfa4b446b1b1d7f03279757244c8a75abedf"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

  reply	other threads:[~2020-10-16 17:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
2020-10-13  8:59 ` [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1 Leon Anavi
2020-10-16 17:12   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 3/7] python3-passlib: Upgrade 1.7.2 -> 1.7.4 Leon Anavi
2020-10-16 17:12   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35 Leon Anavi
2020-10-16 17:13   ` Trevor Gamblin [this message]
2020-10-13  8:59 ` [meta-python][PATCH 5/7] python3-isort: Upgrade 5.5.4 -> 5.6.4 Leon Anavi
2020-10-16 17:13   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8 Leon Anavi
2020-10-16 17:17   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 7/7] python3-yarl: Upgrade 1.6.0 -> 1.6.2 Leon Anavi
2020-10-16 17:17   ` [oe] " Trevor Gamblin
2020-10-16 17:12 ` [oe] [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Trevor Gamblin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ffaff025-7348-57de-2b4e-e42c9a449014@windriver.com \
    --to=trevor.gamblin@windriver.com \
    --cc=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox