Up to [cvs.NetBSD.org] / pkgsrc / devel / py-Spans
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 26 10:18:07 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.4 / (download) - annotate - [select for diffs], Thu Oct 7 13:42:53 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.3 / (download) - annotate - [select for diffs], Fri Mar 16 13:26:47 2018 UTC (5 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
py-Spans: updated to 1.0.1 Version 1.0.1 Fixed PartialOrderingMixin not using __slots__
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 29 17:35:09 2017 UTC (6 years, 2 months ago) by gson
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
Update devel/py-Spans to 1.0.0. Changes since 0.5.0: Added NotImplemented for << and >> operators when there is a type mismatch Added | operator for unions of Range and NotImplemented support for RangeSet Added & operator for intersections of Range and NotImplemented support for RangeSet Added - operator for differences of Range and NotImplemented support for RangeSet Added reversed() iterator support for DiscreteRange Fixed overlap with empty range incorrectly returns True (bug #7) Fixed issue with contains() for scalars on unbounded ranges Fixed type check for right_of() Fixed type check for contains() Fixed type check for union() Fixed type check for intersection() Fixed type check for difference() Fixed infinite iterators not being supported for DiscreteRange
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 17 10:46:02 2017 UTC (6 years, 4 months ago) by gson
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Initial import of devel/py-Spans 0.5.0. Spans is a pure Python implementation of PostgreSQL's range types. Range types are convenient when working with intervals of any kind.