Age | Commit message (Collapse) | Author | Files | Lines |
|
v4.17.1
=======
* The error message when using ``unevaluatedProperties`` with a non-trivial
schema value (i.e. something other than ``false``) has been improved
|
|
Version 1.7.6
-------------
* Changes:
* Fixed (https://github.com/quandyfactory/dicttoxml/issues/88) on github.
* Made XML encoding attribute optional and editable as per (https://github.com/quandyfactory/dicttoxml/issues/83)
on github.
Version 1.7.5
-------------
* Changes:
* Fixed (https://github.com/quandyfactory/dicttoxml/issues/91) on github.
|
|
still-experimental core feature). Bump PKGREVISION.
|
|
Release 3.0.3 - March 27 2021
-----------------------------
* Added :func:`print_black_and_white` worksheet method to set "Black and
White" print options.
Release 3.0.2 - October 31 2021
-------------------------------
* Added :func:`set_top_left_cell` worksheet method to position the first
visible cell in a worksheet.
Release 3.0.1 - August 10 2021
------------------------------
* Add python_requires version to setup.py to help pip find the correct
matching version for Python 2 and 3.
Release 3.0.0 - August 10 2021
------------------------------
* This is the first Python 3 only version of XlsxWriter. It is approximately
10-15% faster than the Python2/3 version.
Python 2 users should use XlsxWriter version 2.0.0, see below.
Release 2.0.0 - August 9 2021
-----------------------------
* This is the last XlsxWriter release to support Python 2. From now bug fixes
and new features will only be available for Python 3. The deprecation notice
for Python 2 support in XlsxWriter has been in place since May 2020 and the
Python community support for Python 2 ended in January 2020. Downloads of
XlsxWriter for Python 2 is currently less than 6% of all downloads of the
library, and decreasing month by month.
Python 2 users should still be able to install versions of XlsxWriter up to
this release but not any releases afterwards.
|
|
v0.5.1
ENH: Unselectable text is now also not highlighted when you manually highlight a code cell. Exclude unselectable text from being copied (update)
ENH: After copying, the copybutton will disappear before the icon changes back if you are no longer hovering on the code cell. FIX: Make copybutton remain for a second during success
MAINT: Add support for Python 3.10
|
|
Version 2.10.1 -> 2.10.2
------------------------
- fixed bug in logic computing max_char for PyUnicode_New()
Version 2.10 -> 2.10.1
----------------------
- fixed build issues with ICU < 72
Version 2.9 -> 2.10
-------------------
- fixed bug with building on MacOS when pkg-config is present
- added link to note about building everything from sources
- added wrapper for u_cleanup/u_init sequence as ResourceBundle.resetICU()
- added wrapper for TimeZone.getRegion()
- added support for ICU 72.1
- added wrapper for UnicodeSetIterator::skipToStrings()
- added wrapper for DisplayOptions, DisplayOptions::Builder and related enums
- added wrapper for FormattedNumber::getNounClass()
- added wrapper for NumberFormatter.displayOptions()
|
|
MD4C stands for "Markdown for C" and is a markdown parser
available as a library and markdown to html commandline
converter.
|
|
|
|
|
|
ICU 72.1
We are pleased to announce the release of UnicodeĀ® ICU 72. It updates to Unicode 15, and to CLDR 42 locale data with various additions and corrections.
|
|
37.3 (2022-10-31)
-----------------
* Allow HTML5 `figure` tag through cleaner
37.2 (2022-09-24)
-----------------
* Allow HTML5 `s` tag through cleaner
|
|
v4.17.0
=======
* The ``check_schema`` method on ``jsonschema.protocols.Validator`` instances
now *enables* format validation by default when run. This can catch some
additional invalid schemas (e.g. containing invalid regular expressions)
where the issue is indeed uncovered by validating against the metaschema
with format validation enabled as an assertion.
* The ``jsonschema`` CLI (along with ``jsonschema.cli`` the module) are now
deprecated. Use ``check-jsonschema`` instead, which can be installed via
``pip install check-jsonschema`` and found
`here <https://github.com/python-jsonschema/check-jsonschema>`_.
|
|
These are currently duplicated in mk/platform/SunOS.mk but the generic
removals will be removed soon in favour of per-package removals, due to
flags getting leaked into installed files.
|
|
Version 0.13.1
--------------
* Update Italian dictionary.
|
|
Version 1.4.4
Updated
- Code style
- Switch to f string
- Removed python2 support
- Use windows types instead of raw ctypes.
|
|
- 3f9e817 clean up MANIFEST and dist clean target files
- eac211d update manifest files
|
|
|
|
* Noteworthy changes in release 4.9 (2022-11-06) [stable]
** Bug fixes
'sed --follow-symlinks -i' no longer loops forever when its operand
is a symbolic link cycle.
[bug introduced in sed 4.2]
a program with an execution line longer than 2GB can no longer trigger
an out-of-bounds memory write.
using the R command to read an input line of length longer than 2GB
can no longer trigger an out-of-bounds memory read.
In locales using UTF-8 encoding, the regular expression '.' no
longer sometimes fails to match Unicode characters U+D400 through
U+D7FF (some Hangul Syllables, and Hangul Jamo Extended-B) and
Unicode characters U+108000 through U+10FFFF (half of Supplemental
Private Use Area plane B).
[bug introduced in sed 4.8]
I/O errors involving temp files no longer confuse sed into using a
FILE * pointer after fclosing it, which has undefined behavior in C.
** New Features
The 'r' command now accepts address 0, allowing inserting a file before
the first line.
** Changes in behavior
Sed now prints the less-surprising variant in a corner case of
POSIX-unspecified behavior. Before, this would print "n".
Now, it prints "X":
printf n | sed 'sn\nnXn'; echo
|
|
- added support for Zig
- added `Legacy` option in lsp.conf to add support for LSP servers
without capabilities report
- removed apidocs target in makefile
- CLI: added `--ls-legacy` option
- GUI: added legacy checkbox in the LSP section
|
|
- e191fde Add missing URL in POD @anirvan
|
|
- Declare missing dependencies for pandoc_headers to fix parallel make
|
|
v0.68
Project organization:
Add a deprecation warning to po4a-translate and po4a-updatepo stating that po4a is the prefered interface.
Rewrite the po4a-gettextize documentation [Mt].
Rewrite the intro of po4a doc, and add a Quick start tutorial [Mt].
gettextization:
Rework completely the deduplication of msgids introduced in v0.67.
Markdown:
Allow lists to start the line with no leading spaces before the '-' sign. This uncovers a bug in our test suite that was enforcing the buggy behavior :( [Mt]
Properly deal with fenced div blocks
Man:
Bold text should never be wrapped as groff seems to reset the font on new line [Mt].
Properly deal with comments around macro definitions [Mt]
v0.67
Asciidoc:
Support Hugo shortcode on macros [Danilo G. Baio]
Support automatically numbered callouts [J.N. Avila]
Support line breaks [J.N. Avila]
gettextization:
Deduplicate the msgids, to prevent the structure desynchronizations
when the same string is used at several locations, with mismatching types.
Add some tests for the gettextization feature. [mquinson]
po4a-translate:
Do not check whether the po file is uptodate, as it's impossible to do
that correctly when several master files are merged in the same POT.
Man:
Improve the error message when using '.de', '.if', '.ie' to hint about
the option 'groff_code=verbatim|translate' [mquinson]
Implement '.el' (else branch) as translate_joined [mquinson]
Implement '.de1' (define with no check) as '.de' [mquinson]
Implement '.dei', '.dei1' (define with subst) [MQ]
Implement '.it' (input trap) as untranslated [mquinson]
Make a sensible warning when user-defined macros are not explained to po4a
with the 'untranslated' option and friends. [mquinson]
Markdown:
New option 'yfm_lenient' to proceed even if the YAML Front Matter parser fails.
Useful when your file starts with an horizontal ruler that is not a YFM.
This introduces a NEW DEPENDENCY: Syntax::Keyword::Try
Do not quote the YFM lists to not break them [mquinson].
Thanks @dbaio for the analysis and @ynojima for an initial patch in doc-l10n-kit.
xHTML:
Add a test for tables and stop claiming that they may be broken
Other bug fixes:
Hide an ugly warning about uninitialized string
|
|
Changes not found, but fixes build with python 3.11.
|
|
|
|
`v2.1.1`_ (2022-10-01)
======================
* Fix *schema_path* usage in `XMLSchemaBase.iter_errors()`
* Add *allow_empty* option to `XMLSchemaBase` validation API
`v2.1.0`_ (2022-09-25)
======================
* Add *to_etree()* to document API
* Improve generic encoding with wildcards
* Clean document API and schema decoding
`v2.0.4`_ (2022-09-08)
======================
* Add *use_location_hints* argument to document API for giving the option
of ignoring XSI schema locations hints
* Fix import from locations hints with namespace mismatch
`v2.0.3`_ (2022-08-25)
======================
* Add *keep_empty* and *element_hook* options to main `iter_decode()` method
* Fix default namespace mapping in `BadgerFishConverter`
* Fix type restriction check if restricted particle has `maxOccurs==0`
`v2.0.2`_ (2022-08-12)
======================
* Fix XSD 1.1 assertions effective scope
* Add support for Python 3.11
`v2.0.1`_ (2022-07-21)
======================
* Remove warnings during the build of the package using package_data specs in setup.py
* Fix decoding with `process_namespaces=False` and xsi:type in XML instance
* Refactor `DataElement.get()`, restore `DataElement.set()`
* Add *map_attribute_names* argument to `DataElementConverter`
`v2.0.0`_ (2022-07-18)
======================
* Refactor XPath interface for the full XPath node implementation of elementpath v3.0
* Fix BadgerFishConverter with mixed content
* Improve `get()` and `set()` of DataElement
|
|
`v3.0.2`_ (2022-08-12)
======================
* Extend root concept to subtrees used as root (e.g. XSD 1.1 assertions)
* Begin XPath 3.1 implementation adding XPathMap and XPathArray
`v3.0.1`_ (2022-07-23)
======================
* Fix of descendant path operator
* Add support for Python 3.11
`v3.0.0`_ (2022-07-16)
======================
* Transition to full XPath node implementation (more memory usage but
better control and overall faster)
* Add etree.py module with a safe XML parser (ported from xmlschema)
|
|
devel/libjit, devel/m17n-lib, devel/quilt, devel/treecc, emulators/simulavr,
fonts/jomolhari-ttf, graphics/dvipng, graphics/freetype2, graphics/libotf,
ham/xlog, misc/color-theme, misc/m17n-db, multimedia/flvstreamer,
net/mimms, print/chktex, security/oath-toolkit, sysutils/attr,
sysutils/pidof, sysutils/renameutils, textproc/lout:
change MASTER_SITES from http://download.savannah.gnu.org to https://download.savannah.gnu.org
|
|
Changelog:
record: also fix nested record for vectors
bump version to 4.7.2
record: don't call scm->record if value is *unspecified* in
(define-json-type)
Given the following example:
(define-json-type <account>
(id)
(username)
(omitted "omitted" <omitted>)
(boolean))
(define-json-type <omitted>
(name))
If `omitted` is *unspecified* there's no need to keep going through
that field.
This also rolls back part of commit 029212e.
Fixes #78
|
|
|
|
v1.13 2022-11-01
Maintenance release. Changes:
Improvements:
xml_attribute::set_value, xml_node::set_value and xml_text::set now have overloads that accept pointer to non-null-terminated string and size
Improve performance of tree traversal when using compact mode (PUGIXML_COMPACT)
Bug fixes:
Fix error handling in xml_document::save_file that could result in the function succeeding while running out of disk space
Fix memory leak during error handling of some out-of-memory conditions during xml_document::load
Compatibility improvements:
Fix exported symbols in CMake DLL builds when using CMake
Fix exported symbols in CMake shared object builds when using -fvisibility=hidden
|
|
|
|
v3.2.2
Minor changes that eliminate some conversion warnings in some cases.
|
|
This package provides handy routines for dealing with text, such as wrapping,
substitution, trimming, stripping, prefix and suffix removal, line
continuation, indentation, comment processing, identifier processing, values
parsing, case insensitive comparison, and more.
|
|
Upstream changes:
0.023 2022-09-16 T. R. Wyant
Update discouragement notice for variables(), and add a TODO in
t/variables.t for why.
Correct normalization of ${^FOO} for PPI. If the caret is present
the braces are not removed.
|
|
- fix memory leaks in st-icu.cc
- for st-swath, don't spawn new process for every stdin readline
pthai.el:
- clean up pthai-unknown* funcs and add toggle to highlight unknown words
- add option to use external processes for swath and icu which is
faster and gives more split choices
- add pause and pthai-no-audio-pause-length custom setting for pausing
on words with no audio when attempting audio play
- clean-ups for pthai-currency* functions
- consolidate text highlighting into pthai-highlight-on/off functions
- when reloading pthai.el library, don't clear 'pthai-dictionary
|
|
2022.10.31
Bug fixes
|
|
2.7.0:
Bug fixed
|
|
|
|
|
|
Needed by python 3.11 version due to using static_assert()
Bump PKGREVISION.
|
|
3.4.1
Fixed
Revert "Add header alignment attribute"
3.4.0
Added
Add option to specify line break character used in pagination
Add header alignment attribute
Fixed
None annotation for __init__ constructors/functions
|
|
|
|
unidecode 1.3.6
* No changes. Re-upload to PyPi.
unidecode 1.3.5
* Remove trailing space in replacements for vulgar fractions.
* This release was yanked from PyPi, because the Wheel package
contained the wrong version of the code and was incompatible
with Python 3.5. .tar.gz package was not affected.
unidecode 1.3.4
* Add some missing replacements for symbols in the U+21xx and
U+1F1xx pages (thanks to @cheznewa on GitHub)
unidecode 1.3.3
* Command-line utility now reads input line-by-line, making
it usable with large files (thanks to Jan-Thorsten Peter)
unidecode 1.3.2
* Re-upload because PyPI was missing Requires-Python metadata for
the .tar.gz package.
unidecode 1.3.1
* Fix issue with wheel package falsely claiming support for Python 2.
unidecode 1.3.0
* Drop support for Python <3.5.
* Improvements to Hebrew and Yiddish transliterations (thanks to Alon
Bar-Lev and @eyaler on GitHub)
|
|
21.10.1
Unknown changes
|
|
2022-10-29 1.7
- FIX: fix warnings on Windows build and reimplement err{x,} functions
- FIX: fix reading of long lines from stdin and refactor slurp_file() in
the process
- NEW: Add option -o outfile for when not run from a shell and redirect
'>' is not an option
- FIX: fix tables in jo.md
|
|
Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.9
1.13.9 / 2022-10-18
Security
* [CRuby] Vendored libxml2 is updated to address CVE-2022-2309,
CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for more
information.
* [CRuby] Vendored zlib is updated to address CVE-2022-37434.
Nokogiri was not affected by this vulnerability, but this version
of zlib was being flagged up by some vulnerability scanners,
see #2626 for more information.
Dependencies
* [CRuby] Vendored libxml2 is updated to v2.10.3 from v2.9.14.
* [CRuby] Vendored libxslt is updated to v1.1.37 from v1.1.35.
* [CRuby] Vendored zlib is updated from 1.2.12 to 1.2.13.
(See LICENSE-DEPENDENCIES.md for details on which packages redistribute
this library.)
Fixed
* [CRuby] Nokogiri::XML::Namespace objects, when compacted, update
their internal struct's reference to the Ruby object wrapper.
Previously, with GC compaction enabled, a segmentation fault was
possible after compaction was
triggered. [#2658] (Thanks, @eightbitraptor and @peterzhu2118!)
* [CRuby] Document#remove_namespaces! now defers freeing the underlying
xmlNs struct until the Document is GCed. Previously, maintaining a
reference to a Namespace object that was removed in this way could
lead to a segfault. [#2658]
|
|
0.11.6
Fixed
- Allow broader type for toml file path value
- Auto-determine if a table is a super table if not specified explicitly.
|
|
0.16.1
lists as additional properties fix
x-model extension optional
0.16.0
Switch to jsonschema-spec
Use auto-detect validator proxy
OpenAPI 3.1 support + Auto-detect proxies and request / response validator protocols
Add py.typed to mark package as supporting typing
Refuse to cast str or bytes to array
x-model extension import model class
Add deepObject support
Add anyOf support
Separate werkzeug support
Starlette support
0.15.0
Parameter deserialize complex scenario support
Response headers support
Response headers support for contrib
Drop python 2.7 support
Drop python 3.5 support
Drop python 3.6 support
Add python 3.10 support
Falcon2 support drop
Django2 support drop
Support basic re_path for Django integration
unused NoValue type removed
attrs remove and use dataclasses backport for python 3.6
Request validation parameters dataclass
Handle missing MIME type in MediaTypeFinder
Limit openapi dependencies upper bounds
switch to pathable
Get rid of create_spec shortcut
Request and Response protocols
validator factories removed from validation shortcuts
Predefined openapi validators
Customization refactor
Static types with mypy
|
|
1.6.6
Various minor bug fixes
|
|
|