Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-yaml
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.27 / (download) - annotate - [select for diffs], Wed Nov 9 13:14:17 2022 UTC (2 months, 2 weeks ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Reset MAINTAINER
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jan 4 20:55:09 2022 UTC (12 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.25 / (download) - annotate - [select for diffs], Sun Feb 21 18:33:44 2021 UTC (23 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.24: +3 -1
lines
Diff to previous 1.24 (colored)
py-yaml: needs py-cython
Revision 1.24 / (download) - annotate - [select for diffs], Sun Feb 21 15:43:35 2021 UTC (23 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
py-yaml: updated to 5.4.1 5.4.1 * Fix stub compat with older pyyaml versions that may unwittingly load it 5.4 * Build modernization, remove distutils, fix metadata, build wheels, CI to GHA * Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader * Fix memory leak in implicit resolver setup * Fix py2 copy support for timezone objects * Fix compatibility with Jython
Revision 1.23 / (download) - annotate - [select for diffs], Sat Mar 21 08:37:55 2020 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
py-yaml: updated to 5.3.1 5.3.1: * Prevents arbitrary code execution during python/object/new constructor
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 11 16:12:48 2020 UTC (3 years ago) by adam
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
py-yaml: updated to 5.3 5.3: Use `is` instead of equality for comparing with `None` fix typos and stylistic nit Fix up small typo Fix handling of __slots__ Allow calling add_multi_constructor with None Add use of safe_load() function in README Fix reader for Unicode code points over 0xFFFF Enable certain unicode tests when maxunicode not > 0xffff Use full_load in yaml-highlight example Document that PyYAML is implemented with Cython Fix for Python 3.10 increase size of index, line, and column fields remove some unused imports Create timezone-aware datetimes when parsed as such Add tests for timezone
Revision 1.21 / (download) - annotate - [select for diffs], Sun Dec 15 11:33:18 2019 UTC (3 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
py-yaml: updated to 5.2 5.2: * Repair incompatibilities introduced with 5.1. The default Loader was changed, but several methods like add_constructor still used the old default https://github.com/yaml/pyyaml/pull/279 -- A more flexible fix for custom tag constructors https://github.com/yaml/pyyaml/pull/287 -- Change default loader for yaml.add_constructor https://github.com/yaml/pyyaml/pull/305 -- Change default loader for add_implicit_resolver, add_path_resolver * Make FullLoader safer by removing python/object/apply from the default FullLoader https://github.com/yaml/pyyaml/pull/347 -- Move constructor for object/apply to UnsafeConstructor * Fix bug introduced in 5.1 where quoting went wrong on systems with sys.maxunicode <= 0xffff https://github.com/yaml/pyyaml/pull/276 -- Fix logic for quoting special characters * Other PRs: https://github.com/yaml/pyyaml/pull/280 -- Update CHANGES for 5.1
Revision 1.20 / (download) - annotate - [select for diffs], Fri Aug 9 07:46:30 2019 UTC (3 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
py-yaml: updated to 5.1.2 5.1.2: * Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8b2+
Revision 1.19 / (download) - annotate - [select for diffs], Mon Jun 10 07:41:16 2019 UTC (3 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
py-yaml: updated to 5.1.1 5.1.1: * Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8
Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 7 22:02:09 2019 UTC (3 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
py-yaml: updated to 5.1 5.1: * Some modernization of the test running * Install tox in a virtualenv * Allow colon in a plain scalar in a flow context * Fix typos * Improve RepresenterError creation * Resolves 57, update readme issues link * Document and test Python 3.6 support * Use Travis CI built in pip cache support * Remove tox workaround for Travis CI * Adding support to Unicode characters over codepoint 0xffff * Support unicode literals over codepoint 0xffff * add 3.12 changelog * Fallback to Pure Python if Compilation fails * Drop unsupported Python 3.3 * Include license file in the generated wheel package * Removed Python 2.6 & 3.3 support * Remove commented out Psyco code * Remove call to ord in lib3 emitter code * Allow to turn off sorting keys in Dumper * Test on Python 3.7-dev * Support escaped slash in double quotes "\/" * Import Hashable from collections.abc * Make default_flow_style=False * Deprecate yaml.load and add FullLoader and UnsafeLoader classes * Windows Appveyor build
Revision 1.17 / (download) - annotate - [select for diffs], Sat Jul 7 08:21:59 2018 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.16: +4 -4
lines
Diff to previous 1.16 (colored)
py-yaml: updated to 3.13 3.13: * Rebuilt with the latest Cython to support the new Python 3.7 release. * No functionality is different from PyYAML 3.12 in this release.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Sep 1 17:01:46 2016 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Updated py-yaml to 3.12. * Wheel packages for Windows binaries. * Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57). * Uniform representation for OrderedDict across different versions of Python (fixes issue #61). * Fixed comparison to None warning (closes issue #64).
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 2 09:30:54 2016 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.14: +1 -4
lines
Diff to previous 1.14 (colored)
Remove unnecessary test target -- distutils.mk provides this.
Revision 1.14 / (download) - annotate - [select for diffs], Sun May 4 17:13:31 2014 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.13: +2 -3
lines
Diff to previous 1.13 (colored)
Update to 3.11: 3.11 (2014-03-26) ----------------- * Source and binary distributions are rebuilt against the latest versions of Cython and LibYAML.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Feb 5 11:14:47 2014 UTC (8 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.12: +4 -1
lines
Diff to previous 1.12 (colored)
add "test" target
Revision 1.12 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:25 2014 UTC (9 years ago) by wiz
Branch: MAIN
Changes since 1.11: +1 -4
lines
Diff to previous 1.11 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Oct 25 06:56:53 2012 UTC (10 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.10: +1 -3
lines
Diff to previous 1.10 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Sep 22 11:43:28 2012 UTC (10 years, 4 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.9: +2 -1
lines
Diff to previous 1.9 (colored)
Bump PKGREVISION from libyaml-0.1.4 ABI change (shlib major bump).
Revision 1.9 / (download) - annotate - [select for diffs], Sun Aug 12 16:09:30 2012 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
Update to 3.10: 3.10 (2011-05-30) ----------------- * Do not try to build LibYAML bindings on platforms other than CPython (Thank to olt(at)bogosoft(dot)com). * Clear cyclic references in the parser and the emitter (Thank to kristjan(at)ccpgames(dot)com). * Dropped support for Python 2.3 and 2.4. 3.09 (2009-08-31) ----------------- * Fixed an obscure scanner error not reported when there is no line break at the end of the stream (Thank to Ingy). * Fixed use of uninitialized memory when emitting anchors with LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). * Fixed emitting incorrect BOM characters for UTF-16 (Thank to Valentin Nechayev) * Fixed the emitter for folded scalars not respecting the preferred line width (Thank to Ingy). * Fixed a subtle ordering issue with emitting '%TAG' directives (Thank to Andrey Somov). * Fixed performance regression with LibYAML bindings.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 3 00:02:17 2011 UTC (11 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Tag the 28 locations that result in a Python 3.1 package as supporting so. Remove it from the default list for the rest.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Oct 16 07:27:49 2011 UTC (11 years, 3 months ago) by obache
Branch: MAIN
Changes since 1.6: +3 -4
lines
Diff to previous 1.6 (colored)
* Convert PYDISTUTILSPKG to register egg-info. Bump PKGREVISION.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 9 09:37:00 2009 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Set LICENSE to mit.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 9 09:33:11 2009 UTC (13 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.4: +4 -3
lines
Diff to previous 1.4 (colored)
Update to 3.08, depend on libyaml. 3.08 (2008-12-31) ----------------- * Python 3 support (Thank to Erick Tryzelaar). * Use Cython instead of Pyrex to build LibYAML bindings. * Refactored support for unicode and byte input/output streams. 3.07 (2008-12-29) ----------------- * The emitter learned to use an optional indentation indicator for block scalar; thus scalars with leading whitespaces could now be represented in a literal or folded style. * The test suite is now included in the source distribution. To run the tests, type 'python setup.py test'. * Refactored the test suite: dropped unittest in favor of a custom test appliance. * Fixed the path resolver in CDumper. * Forced an explicit document end indicator when there is a possibility of parsing ambiguity. * More setup.py improvements: the package should be usable when any combination of setuptools, Pyrex and LibYAML is installed. * Windows binary packages are built against LibYAML-0.1.2. * Minor typos and corrections (Thank to Ingy dot Net and Andrey Somov). 3.06 (2008-10-03) ----------------- * setup.py checks whether LibYAML is installed and if so, builds and installs LibYAML bindings. To force or disable installation of LibYAML bindings, use '--with-libyaml' or '--without-libyaml' respectively. * The source distribution includes compiled Pyrex sources so building LibYAML bindings no longer requires Pyrex installed. * 'yaml.load()' raises an exception if the input stream contains more than one YAML document. * Fixed exceptions produced by LibYAML bindings. * Fixed a dot '.' character being recognized as !!float. * Fixed Python 2.3 compatibility issue in constructing !!timestamp values. * Windows binary packages are built against the LibYAML stable branch. * Added attributes 'yaml.__version__' and 'yaml.__with_libyaml__'.
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 8 18:32:19 2008 UTC (14 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
Supports DESTDIR
Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 25 20:39:13 2008 UTC (14 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 1 00:06:46 2007 UTC (15 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Update to 3.05: 3.05 (2007-05-13) * Allow for immutable subclasses of YAMLObject. Fixed #53. * Make the encoding of the unicode->str conversion explicit; fixed #52. * Fixed a problem when the DOCUMENT-END event is not emitted until the beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report. * Improve output of float values. Fixed #49. * Fix the bug when the path in add_path_resolver contains boolean values. Fixed #43 (thanks to jstroud(at)mbi.ucla.edu for reporting and pointing to the cause). * Use the types module instead of constructing type objects by hand. Fixed #41. Thanks to v.haisman(at)sh.cvut.cz for the patch. * Fix loss of microsecond precision in datetime.datetime constructor (fix #30). Thanks to edemaine(at)mit.edu for the bug report and the patch. * Fixed loading an empty YAML stream. 3.04 (2006-08-20) * Include experimental LibYAML bindings. * Fully support recursive structures (close #5). * Sort dictionary keys (close #23). Mapping node values are now represented as lists of pairs instead of dictionaries. Do not check for duplicate mapping keys as it didn't work correctly anyway. * Fix invalid output of single-quoted scalars in cases when a single quote is not escaped when preceeded by whitespaces or line breaks (close #17). * To make porting easier, rewrite Parser not using generators. * Fix handling of unexpected block mapping values, like : foo * Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not correctly handled. * Fix a bug when a block scalar is incorrectly emitted in the simple key context. * Hold references to the objects being represented (close #22). * Make Representer not try to guess !!pairs when a list is represented. * Fix timestamp constructing and representing (close #25). * Fix the 'N' plain scalar being incorrectly recognized as !!bool (close #26).
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 2 10:05:35 2006 UTC (16 years, 6 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import textproc/py-yaml. From DESCR: YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard YAML tags and provides Python-specific tags that allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 2 10:05:35 2006 UTC (16 years, 6 months ago) by joerg
Branch: MAIN
Initial revision