Next | Query returned 41 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2021-10-02 20:30:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ruamel-yaml: updated to 0.17.16

0.17.16:
- also handle issue 397 when comment is newline
   2021-07-09 20:33:40 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ruamel-yaml: updated to 0.17.10

0.17.10 (2021-06-24):
fix issue 388, token with old comment structure != two elements

0.17.9 (2021-06-10):
fix issue with updating CommentedMap

0.17.8 (2021-06-09):
fix for issue 387 where templated anchors on tagged object did get set resulting \ 
in potential id reuse.

0.17.7 (2021-05-31):
issue 385 also affected other deprecated loaders

0.17.6 (2021-05-31):
merged type annotations update provided by Jochen Sprickerhof
fix for issue 385: deprecated round_trip_loader function not working
wasted a few hours getting rid of mypy warnings/errors

0.17.5 (2021-05-30):
fix for issue 384 !!set with aliased entry resulting in broken YAML on rt

0.17.4 (2021-04-07):
prevent (empty) comments from throwing assertion error (issue 351 reported by \ 
William Kimball) comments (or empty line) will be dropped

0.17.3 (2021-04-07):
fix for issue 382 caused by an error in a format string
allow expansion of aliases by setting yaml.composer.return_alias = lambda s: \ 
copy.deepcopy(s)

0.17.2 (2021-03-29):
change -py2.py3-none-any.whl to -py3-none-any.whl, and remove 0.17.1

0.17.1 (2021-03-29):
added ‘Programming Language :: Python :: 3 :: Only’, and removing 0.17.0 \ 
from PyPI

0.17.0 (2021-03-26):
removed because of incomplete classifiers
this release no longer supports Python 2.7, most if not all Python 2 specific \ 
code is removed. The 0.17.x series is the last to support Python 3.5 (this also \ 
allowed for removal of the dependency on ruamel.std.pathlib)
remove Python2 specific code branches and adaptations (u-strings)
prepare % code for f-strings using _F
allow PyOxidisation (issue 324 resp. issue 171)
replaced Python 2 compatible enforcement of keyword arguments with ‘*’
the old top level functions load, safe_load, round_trip_load, dump, safe_dump, \ 
round_trip_dump, scan, parse, compose, emit, serialize as well as their _all \ 
variants for multi-document streams, now issue a PendingDeprecationning (e.g. \ 
when run from pytest, but also Python is started with -Wd). Use the methods on \ 
YAML(), which have been extended.
fix for issue 376: indentation changes could put literal/folded scalar to start \ 
before the # column of a following comment. Effectively making the comment part \ 
of the scalar in the output.
   2021-03-05 14:45:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ruamel-yaml: updated to 0.16.13

0.16.13:
- fix for issue 359: could not update() CommentedMap with keyword arguments
- fix for issue 365: unable to dump mutated TimeStamp objects
- fix for issue 371: unable to addd comment without starting space
- fix for issue 373: recursive call to walk_tree not preserving all params
- a None value in a flow-style sequence is now dumped as `null` instead
  of `!!null ''`
   2020-09-05 09:06:43 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-ruamel-yaml: update to 0.16.12.

Changes not found, but fixes problem with setuptools 50.0.
   2020-09-02 23:42:48 by Thomas Klausner | Files touched by this commit (11)
Log message:
*: fix some packages for py-setuptools 50.0.1
   2020-02-19 10:41:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-ruamel-yaml: updated to 0.16.10

[0, 16, 10]:
- (auto) updated image references in README to sourceforge

[0, 16, 9]:
- update CHANGES

[0, 16, 8]:
- update requirements so that ruamel.yaml.clib is installed for 3.8,
  as it has become available (via manylinux builds)

[0, 16, 7]:
- fix typchecking issue on TaggedScalar
- fix error in dumping literal scalar in sequence with comments before element

[0, 16, 6]:
- fix empty string mapping key roundtripping with preservation of quotes as `? ''`
- fix incorrect state setting in class constructor
- adjust deprecation warning test for Hashable, as that no longer warns
   2019-12-17 11:11:28 by Leonardo Taccari | Files touched by this commit (3)
Log message:
py-ruamel-yaml: Update to 0.16.5

pkgsrc changes:
 - Remove dependency to py-typing, no longer needed since version 0.14.9
 - Reset USE_LANGUAGES, C parts were splitted in py-ruamel-yaml-clib and a C
   compiler is no longer needed

Changes:
[0, 16, 5]: 2019-08-18
  - allow for ``YAML(typ=['unsafe', 'pytypes'])``

[0, 16, 4]: 2019-08-16
  - fix output of TAG directives with # (reported by `Thomas Smith
    <https://bitbucket.org/%7Bd4c57a72-f041-4843-8217-b4d48b6ece2f%7D/>`__)

[0, 16, 3]: 2019-08-15
  - move setting of version based on YAML directive to scanner, allowing to
    check for file version during TAG directive scanning

[0, 16, 2]: 2019-08-15
  - preserve YAML and TAG directives on roundtrip, correctly output #
    in URL for YAML 1.2 (both reported by `Thomas Smith
    <https://bitbucket.org/%7Bd4c57a72-f041-4843-8217-b4d48b6ece2f%7D/>`__)

[0, 16, 1]: 2019-08-08
  - Force the use of new version of ruamel.yaml.clib (reported by `Alex Joz
    <https://bitbucket.org/%7B9af55900-2534-4212-976c-61339b6ffe14%7D/>`__)
  - Allow '#' in tag URI as these are allowed in YAML 1.2 (reported by
    `Thomas Smith
    <https://bitbucket.org/%7Bd4c57a72-f041-4843-8217-b4d48b6ece2f%7D/>`__)

[0, 16, 0]: 2019-07-25
  - split of C source that generates .so file to ruamel.yaml.clib
  - duplicate keys are now an error when working with the old API as well
   2019-08-23 14:39:24 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/py-ruamel-yaml: Reset MAINTAINER

(Email to $MAINTAINER did not succeed.)
   2019-08-14 15:49:47 by Greg Troxel | Files touched by this commit (1)
Log message:
devel/py-ruamel-yaml: Sort with plist-sort
   2019-08-14 00:50:51 by Greg Troxel | Files touched by this commit (3) | Package updated
Log message:
devel/py-ruamel-yaml: Update to 0.15.100

(While 0.16.1 is current, that update perhaps is more complicated, so
I'm updating to the last release of 0.15 as an intermediate step.)

[0, 15, 100]: 2019-07-17
  - fixing issue with dumping deep-copied data from commented YAML, by
    providing both the memo parameter to __deepcopy__, and by allowing
    startmarks to be compared on their content (reported by `Theofilos
    Petsios
    <https://bitbucket.org/%7Be550bc5d-403d-4fda-820b-bebbe71796d3%7D/>`__)

[0, 15, 99]: 2019-07-12
  - add `py.typed` to distribution, based on a PR submitted by
    `Michael Crusoe
    <https://bitbucket.org/%7Bc9fbde69-e746-48f5-900d-34992b7860c8%7D/>`__
  - merge PR 40 (also by Michael Crusoe) to more accurately specify
    repository in the README (also reported in a misunderstood issue
    some time ago)

[0, 15, 98]: 2019-07-09
  - regenerate ext/_ruamel_yaml.c with Cython version 0.29.12, needed
    for Python 3.8.0b2 (reported by `John Vandenberg
    <https://bitbucket.org/%7B6d4e8487-3c97-4dab-a060-088ec50c682c%7D/>`__)

[0, 15, 97]: 2019-06-06
  - regenerate ext/_ruamel_yaml.c with Cython version 0.29.10, needed for
    Python 3.8.0b1
  - regenerate ext/_ruamel_yaml.c with Cython version 0.29.9, needed for
    Python 3.8.0a4 (reported by `Anthony Sottile
    <https://bitbucket.org/%7B569cc8ea-0d9e-41cb-94a4-19ea517324df%7D/>`__)

[0, 15, 96]: 2019-05-16
  - fix failure to indent comments on round-trip anchored block style
    scalars in block sequence (reported by `William Kimball
    <https://bitbucket.org/%7Bba35ed20-4bb0-46f8-bb5d-c29871e86a22%7D/>`__)

[0, 15, 95]: 2019-05-16
  - fix failure to round-trip anchored scalars in block sequence
    (reported by `William Kimball
    <https://bitbucket.org/%7Bba35ed20-4bb0-46f8-bb5d-c29871e86a22%7D/>`__)
  - wheel files for Python 3.4 no longer provided (`Python 3.4 EOL 2019-03-18
    <https://www.python.org/dev/peps/pep-0429/>`__)

Next | Query returned 41 messages, browsing 21 to 30 | Previous