Age | Commit message (Collapse) | Author | Files | Lines |
|
0.9.0 requires rust-1.61
|
|
v0.7.5
[Bugfix] Invalid thirdparty file fixed
v0.7.4
[Improvement] Updated deps to get latest gzp and thereby latest flate2,
fix thirdparty.yml
v0.7.3
[Improvement] Updated deps to get latest gzp and thereby latest flate2
|
|
|
|
It was default-on, but bump PKGREVISION for those who had
it disabled.
|
|
7.0.3 (2022-05-12)
* No change except version.
|
|
Ruby on Rails 6.1.6 (2022-05-12)
Active Support
* Fix and add protections for XSS in ActionView::Helpers and ERB::Util.
Add the method ERB::Util.xml_name_escape to escape dangerous characters in
names of tags and names of attributes, following the specification of XML.
Action View
* Fix and add protections for XSS in ActionView::Helpers and ERB::Util.
Escape dangerous characters in names of tags and names of attributes in
the tag helpers, following the XML specification. Rename the option
:escape_attributes to :escape, to simplify by applying the option to the
whole tag.
Action Pack
* Allow Content Security Policy DSL to generate for API responses.
|
|
Ruby on Rails 6.0.5 (2022-05-12)
Active Support
* Fix tag helper regression.
Action Text
* Disentangle Action Text from ApplicationController
Allow Action Text to be used without having an ApplicationController
defined.
This makes sure:
- Action Text attachments render the correct URL host in mailers.
- an ActionController::Renderer isn't allocated per request.
- Sidekiq doesn't hang with the "classic" autoloader.
|
|
[0.9.0] - 2022-06-05
-breaking: --lines output each bound on their own line
-feat: --regex support
-feat: minor tuning of buffers
-feat: internal improvements for --lines
-fix: right side of a range can be negative
-fix: emit proper error if right side of a range is behind left side
-fix: --lines with negative indexes were broken
-fix: --greedy-delimiter was cutting wrongly lines starting with delimiter
|
|
3.8.1
New option combination -o (--only-matching) with -ABC context to show the match within NUM columns, with context before and/or after, which visually aids in searching files with long lines; option -o with -b or -k now shows results on separate lines; new option --width to truncate long lines to the specified width or the terminal width by default; short ug command now sorts by name by default; query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease fuzziness) keys switched meaning (quicker and more intuitive); new %+ format field used by updated --only-line-number option; new --help fuzzy help page; updated man pages; fixed bz2 issue cutting off decompression too soon, and other improvements.
|
|
v2.5.3
* Fix unary path step operator
* Fix sphinx warnings *'reference target not found'*
|
|
0.11.0
Added
- Add `unwrap` methods that return tomlkit objects recursively converted to plain python objects.
|
|
Bump PKGREVISION.
|
|
This might fix some issues.
Reported and patch by Onno van der Linden.
|
|
|
|
8.4
NEW: Drop support for Python 3.6.
NEW: Switch to Hatch backend instead of Setuptools.
NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows exclusion patterns to be
specified directly without needing to enable NEGATE and prepend patterns with !. exclude accepts a separate
pattern or pattern list. exclude should not be used in conjunction with NEGATE. One or the other should be used.
|
|
2.3
NEW: Drop Python 3.6 support.
NEW: Switch to Hatch build backend instead of Setuptools.
2.2.1
FIX: Remove excessive generator wrappers.
FIX: Use AnyStr for string static types instead of custom alias.
2.2
NEW: Support Python 3.10
NEW: Command line interface using python3 -m bracex
NEW: Add static types to API.
|
|
This module is a variation on the lovely Text::Diff module. Rather than
generating traditional line-oriented diffs, however, it generates word-oriented
diffs. This can be useful for tracking changes in narrative documents or
documents with very long lines. To diff source code, one is still best off
using Text::Diff. But if you want to see how a short story changed from one
version to the next, this module will do the job very nicely.
|
|
v3.8.0
New option combination -o (--only-matching) with -ABC context to show the match within NUM columns, with context before and/or after, which visually aids in searching files with long lines; option -o with -b or -k now shows results on separate lines; new option --width to truncate long lines to the specified width or the terminal width by default; short ug command now sorts by name by default; query TUI ALT-] [ (increase/decrease context) and ALT-} { (increase/decrease fuzziness) keys switched meaning (quicker and more intuitive); new %+ format field used by updated --only-line-number option; new --help fuzzy help page; updated man pages and other improvements.
|
|
Version 1.0.0, 2022-05-28
Very minor repairs. All of the functionality and stability for a v1 release
is in place. "Make it so, number one!"
|
|
Version 10.2.0 (2022-05-22)
---------------------------
.Future feature
As part of the intended 10.3.0 release, the following document attribute flags will be reserved for modifying asciidoc-py runtime behavior:
- `future-compat`
- `legacy-compat`
- `compat-mode`
Please see https://github.com/asciidoc-py/asciidoc-py/issues/254[GH issue #254] for more information.
.Bug fixes
- Fix verbose output not working when using a2x or asciidoc entry points
.Miscellaneous
- Automate publishing asciidoc-py website as part of release process
Version 10.1.4 (2022-03-01)
---------------------------
.Bug fixes
- Add missing test py files to dist archives
- Fix DeprecationWarnings in a2x regexes
|
|
|
|
|
|
Changes:
0.9
===
* Improve read and write error handling in streams.
* Allow octal format for the separator and check the format a bit more strict.
* Fix code that could have side-effects: nodes[--depth].index++
(This line found a bug in the scc compiler).
* README: optimize the unescape() function.
|
|
v0.2.6 - 27 May 2022
-x86_64-unknown-linux-musl release binary now links libc statically (#10)
-Replace rgb2ansi256 crate with ansi_colors crate
|
|
0.10.1
* Use unittest discover
* Add support for Python 3.10
* Support directive applying to itself
* Keep tail of directive
|
|
v2.4.0
Security
- [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24
Changed
- Explicit check the key for ECAlgorithm by @estin in https://github.com/jpadilla/pyjwt/pull/713
- Raise DeprecationWarning for jwt.decode(verify=...) by @akx in https://github.com/jpadilla/pyjwt/pull/742
Fixed
- Don't use implicit optionals by @rekyungmin in https://github.com/jpadilla/pyjwt/pull/705
- documentation fix: show correct scope for decode_complete() by @sseering in https://github.com/jpadilla/pyjwt/pull/661
- fix: Update copyright information by @kkirsche in https://github.com/jpadilla/pyjwt/pull/729
- Don't mutate options dictionary in .decode_complete() by @akx in https://github.com/jpadilla/pyjwt/pull/743
Added
- Add support for Python 3.10 by @hugovk in https://github.com/jpadilla/pyjwt/pull/699
- api_jwk: Add PyJWKSet.__getitem__ by @woodruffw in https://github.com/jpadilla/pyjwt/pull/725
- Update usage.rst by @guneybilen in https://github.com/jpadilla/pyjwt/pull/727
- Docs: mention performance reasons for reusing RSAPrivateKey when encoding by @dmahr1 in https://github.com/jpadilla/pyjwt/pull/734
- Fixed typo in usage.rst by @israelabraham in https://github.com/jpadilla/pyjwt/pull/738
- Add detached payload support for JWS encoding and decoding by @fviard in https://github.com/jpadilla/pyjwt/pull/723
- Replace various string interpolations with f-strings by @akx in https://github.com/jpadilla/pyjwt/pull/744
- Update CHANGELOG.rst
|
|
0.3.5.1:
Unknown changes
|
|
|
|
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
|
|
|
|
|
|
[0.8.0] - 2022-05-23
Add support for --greedy-delimiter
Bounds can be formatted
Major refactoring for better code maintainability
|
|
|
|
v1.11.1
* Protect converter calls in iter_decode()/iter_encode()
* Extend XSD type matching for code generators (fallback to schema types with a local name)
|
|
* Populate ``<summary>`` correctly if it comes after
``<content>``. (#260)
|
|
Version 0.6.0
.............
Released on 2022-04-15.
**This version deprecates the ``iter_ancestors`` and
``iter_previous_siblings`` methods, that will be removed in 0.7.0.
Use the ``ancestors`` and ``previous_siblings`` properties instead.**
* Improve speed of ancestors and previous siblings
Version 0.5.0
.............
Released on 2022-02-27.
* Support Python 3.10
* Drop support of Python 3.6
* Handle many CSS4 selectors
* Ignore comments at the beginning of selectors
|
|
|
|
[0.7.0] - 2022-05-21
Add support for --join
Add support for --lines
Add support for --complement
Add support for --zero-terminated
|
|
MASTER_SITES must be switched to salsa.debian.org when this package
gets updated.
|
|
* Fix a crash that can occur with GeoRSS feeds that lack a ``<where>``
tag. (#305)
|
|
There was a problem with modules not being built correctly according to
options set; I've now corrected this. Thanks to mef@ for reporting this.
|
|
Fix test target.
Changes:
Added
Test Python 3.11 beta (#539) @hugovk
Changed
Benchmark refactor - argparse CLI (#533) @Erotemic
Fixed
Fix segmentation faults when errors occur while handling unserialisable objects (#531) @JustAnotherArchivist
Fix segmentation fault when an exception is raised while converting a dict key to a string (#526) @JustAnotherArchivist
Fix memory leak dumping on non-string dict keys (#521) @JustAnotherArchivist
Fix ref counting on repeated default function calls (#524) @JustAnotherArchivist
Remove redundant wheel dependency from pyproject.toml (#535) @hugovk
|
|
What's Changed
-Update bat dependency so that delta is compatible with latest bat release
(#1075)
-Flush line buffers in additional locations by @dandavison in #1003
-Reorganize wrapping utilities by @dandavison in #1008
-Bump regex to fix CVE-2022-24713 by @msirringhaus in #1015
-Apply file-transformation to diff header in addition to hunk header
by @dandavison in #1012
-Add support for irreversible-delete by @wescande in #945
-Add custom env struct to store env at init by @wescande in #1025
-Apply hyperlinks to diff stat file paths by @dandavison in #1035
-Add link to bat on README by @eloyesp in #1052
-Add chameleon theme to themes.gitconfig by @AirOnSkin in #1062
-Add 'light = false' w/ comment in gitconfig by @toolness in #1073
|
|
v2.5.2
* Include fixes for `XPathContext.iter_siblings()`
|
|
v1.11.0
* Add localization for validation related error messages
* Add Italian translation
* Add Russian partial translation
|
|
|
|
[0.6.0] - 2022-05-13
Add split-by-byte using --bytes
Add split-by-character using --characters
Faster performance when -p (compress delimiters) is on
Faster performance when reading the input
CI now fails if the linter is not satisfied
Reviewd CI/release actions, simpler, faster
Release binaries for ARM too
|
|
|
|
Changes since 0.20.0:
v0.21.0
Features
* Correctly render tab stops in --show-all, see #2038 (@Synthetica9)
* Add a --style=default option and make it the default. It is less verbose
than full, see #2061 (@IsaacHorvath)
* Enable BusyBox less as pager, see #2162 (@nfisher1226)
* File extensions are now matched case-insensitively. See #1854, #2181
(@Enselic)
Bugfixes
* Bump regex dependency from 1.5.4 to 1.5.5 to fix CVE-2022-24713, see #2145,
#2139 (@Enselic)
* bat no longer crashes when encountering files that references missing
syntaxes. See #915, #2181 (@Enselic)
Performance
* Skip syntax highlighting on long lines (> 16384 chars) to help improve
performance. See #2165 (@keith-hall)
* Vastly improve startup time by lazy-loading syntaxes via syntect 5.0.0. This
makes bat display small files ~75% faster than before. See #951, #2181
(@Enselic)
Other
* Include info about custom assets in --diagnostics if used. See #2107, #2144
(@Enselic)
Syntaxes
* Mapped clang-format config file (.clang-format) to YAML syntax
(@TruncatedDinosour)
* log syntax: improved handling of escape characters in double quoted
strings. See #2123 (@keith-hall)
* Associate /var/spool/mail/* and /var/mail/* with the Email syntax. See #2156
(@cyqsimon)
* Added cmd-help syntax to scope --help messages. See #2148 (@victor-gp)
* Slightly adjust Zig syntax. See #2136 (@Enselic)
* Associate .inf files with the INI syntax. See #2190 (@Enselic)
Themes
bat as a library
* Allow configuration of show_nonprintable with PrettyPrinter, see #2142
* The binary format of syntaxes.bin has been changed due to syntaxes now being
lazy-loaded via syntect 5.0.0. See #2181 (@Enselic)
* Mark bat::error::Error enum as #[non_exhaustive] to allow adding new
variants without future semver breakage. See #2181 (@Enselic)
* Change Error::SyntectError(syntect::LoadingError) to
Error::SyntectError(syntect::Error). See #2181 (@Enselic)
* Add Error::SyntectLoadingError(syntect::LoadingError) enum variant. See
#2181 (@Enselic)
|
|
Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.6
https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.5
1.13.6 / 2022-05-08
Security
* [CRuby] Address CVE-2022-29181, improper handling of unexpected data types,
related to untrusted inputs to the SAX parsers. See GHSA-xh29-r2w5-wx8m for
more information.
Improvements
* {HTML4,XML}::SAX::{Parser,ParserContext} constructor methods now raise
TypeError instead of segfaulting when an incorrect type is passed.
1.13.5 / 2022-05-04
Security
* [CRuby] Vendored libxml2 is updated to address CVE-2022-29824. See
GHSA-cgx6-hpwq-fhv5 for more information.
Dependencies
* [CRuby] Vendored libxml2 is updated from v2.9.13 to v2.9.14.
Improvements
* [CRuby] The libxml2 HTML4 parser no longer exhibits quadratic behavior when
recovering some broken markup related to start-of-tag and bare <
characters.
Changed
* [CRuby] The libxml2 HTML4 parser in v2.9.14 recovers from some broken
markup differently. Notably, the XML CDATA escape sequence <![CDATA[ and
incorrectly-opened comments will result in HTML text nodes starting with &
lt;! instead of skipping the invalid tag. This behavior is a direct result
of the quadratic-behavior fix noted above. The behavior of downstream
sanitizers relying on this behavior will also change. Some tests describing
the changed behavior are in test/html4/test_comments.rb.
|