-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from faucetsdn/ruamel.yaml-0.18.10
Import ruamel.yaml 0.18.10 source
- Loading branch information
Showing
23 changed files
with
401 additions
and
357 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
|
||
_package_data = dict( | ||
full_package_name='ruamel.yaml', | ||
version_info=(0, 18, 6), | ||
__version__='0.18.6', | ||
version_timestamp='2024-02-07 07:43:33', | ||
version_info=(0, 18, 10), | ||
__version__='0.18.10', | ||
version_timestamp='2025-01-06 15:02:34', | ||
author='Anthon van der Neut', | ||
author_email='[email protected]', | ||
description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA | ||
|
@@ -20,21 +20,14 @@ | |
'docs': ['ryd', 'mercurial>5.7'], | ||
}, | ||
classifiers=[ | ||
'Programming Language :: Python :: 3 :: Only', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Programming Language :: Python :: 3.12', | ||
'Programming Language :: Python :: Implementation :: CPython', | ||
'Topic :: Software Development :: Libraries :: Python Modules', | ||
'Topic :: Text Processing :: Markup', | ||
'Typing :: Typed', | ||
], | ||
keywords='yaml 1.2 parser round-trip preserve quotes order config', | ||
read_the_docs='yaml', | ||
supported=[(3, 7)], # minimum | ||
url_doc='https://yaml.dev/doc/{full_package_name}', | ||
supported=[(3, 8)], # minimum | ||
tox=dict( | ||
env='*', | ||
fl8excl='_test/lib,branch_default', | ||
|
Oops, something went wrong.