<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-portion_2.3.0.bb, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2023-02-11T16:34:39+00:00</updated>
<entry>
<title>python3-portion: Upgrade 2.3.0 -&gt; 2.3.1</title>
<updated>2023-02-11T16:34:39+00:00</updated>
<author>
<name>Wang Mingyu</name>
<email>wangmy@fujitsu.com</email>
</author>
<published>2023-02-11T13:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=248fdb4cb5ccaf2dece6e3c88ce7a0c552e6ee14'/>
<id>urn:sha1:248fdb4cb5ccaf2dece6e3c88ce7a0c552e6ee14</id>
<content type='text'>
Changed
=======
 Speed up lookups in IntervalDict for non-interval keys.
 Speed up iterate by no longer creating singleton instances under the hood.
 Drop official support for Python 3.6.

Fixed
=====
 Infinite recursion when a subclass of an Interval is compared using &gt; with an Interval instance (see #75).

Signed-off-by: Wang Mingyu &lt;wangmy@fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-portion: Upgrade 2.2.0 -&gt; 2.3.0</title>
<updated>2022-09-14T18:25:11+00:00</updated>
<author>
<name>Leon Anavi</name>
<email>leon.anavi@konsulko.com</email>
</author>
<published>2022-09-14T11:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=b8fcd1cebc947545d90313fdb498b58f4e216d57'/>
<id>urn:sha1:b8fcd1cebc947545d90313fdb498b58f4e216d57</id>
<content type='text'>
Upgrade to release 2.3.0:

- Support Python 3.10.
- IntervalDict.as_dict has an optional atomic=False parameter that,
  if set to True, returns intervals that are atomic.
- Experimental support for structural pattern matching (on left,
  lower, upper and right).
- (breaking) For consistency, the empty interval is never &lt;, &gt;, &lt;=,
  nor &gt;= when compared to another interval.
- Comparing an interval and a value is deprecated since it is
  ill-defined when the value is on the left of &lt;= or &gt;=. Convert
  values to singletons first.

Signed-off-by: Leon Anavi &lt;leon.anavi@konsulko.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
