summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2022-05-25py-JWT: updated to 2.4.0adam2-8/+7
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
2022-05-25py-dill: updated to 0.3.5.1adam3-11/+16
0.3.5.1: Unknown changes
2022-05-24Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packagesjaapb6-12/+12
2022-05-24Recursive revbump associated with update of ocaml.jaapb13-33/+34
Also change of mk/ocaml.mk to lang/ocaml/ocaml.mk.
2022-05-24mecab-base: Use OPSYS_VERSION.nia1-2/+2
2022-05-24various hacks.mk: use OPSYS_VERSIONnia2-4/+4
2022-05-24textproc/tuc: update to 0.8.0pin2-6/+6
[0.8.0] - 2022-05-23 Add support for --greedy-delimiter Bounds can be formatted Major refactoring for better code maintainability
2022-05-24the_silver_searcher: Handle cpuset_t quirk with DragonFlycharlotte2-1/+16
2022-05-23py-xmlschema: updated to 1.11.1adam2-6/+6
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)
2022-05-22Update to 6.0.10. From the changelog:schmonz2-6/+6
* Populate ``<summary>`` correctly if it comes after ``<content>``. (#260)
2022-05-22py-cssselect2: Update to 0.6.0.kleink4-34/+16
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
2022-05-22libcyaml: Update MAINTAINERcharlotte1-2/+2
2022-05-21textproc/tuc: update to 0.7.0pin2-6/+6
[0.7.0] - 2022-05-21 Add support for --join Add support for --lines Add support for --complement Add support for --zero-terminated
2022-05-20iso-codes: fix broken HOMEPAGE, and comment out dead MASTER_SITES.fcambus1-3/+3
MASTER_SITES must be switched to salsa.debian.org when this package gets updated.
2022-05-19Update to 6.0.9. From the changelog:schmonz2-7/+6
* Fix a crash that can occur with GeoRSS feeds that lack a ``<where>`` tag. (#305)
2022-05-19Fixed build problem in textproc/ocaml-csv, revbump.jaapb3-7/+10
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.
2022-05-18py-ujson: update to 5.3.0.wiz2-6/+8
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
2022-05-18textproc/git-delta: update to 0.13.0pin3-69/+78
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
2022-05-18py-elementpath: updated to 2.5.2adam2-6/+6
v2.5.2 * Include fixes for `XPathContext.iter_siblings()`
2022-05-15py-xmlschema: updated to 1.11.0adam3-7/+16
v1.11.0 * Add localization for validation related error messages * Add Italian translation * Add Russian partial translation
2022-05-15*: py37 incompatibility via matplotlib via numpynia1-2/+2
2022-05-15textproc/tuc: update to 0.6.0pin3-23/+31
[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
2022-05-14Bump all elisp packages for the CONFLICTS change.dholland11-21/+22
2022-05-14textproc/bat: Updates to 0.21.0fox3-84/+91
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)
2022-05-14ruby-nokogiri: update to 1.13.6.tsutsui3-9/+8
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.
2022-05-12textproc/molybdenum: update to 0.1.8pin2-8/+10
v0.1.8 -Support for working with capture groups. When -P % is specified, the replacement string specified via -r will substitute capture groups for all occurences of % or %[0-9]. -Support for compact output. -Rework of colored output: when not specified, the output stream is checked. If this is a TTY, no color output will be produced. v0.1.7 -Filename pattern matching with -f and -F is now case-sensitive only when -s is set -Added primitive method to only output the matches via -m. This should be replaced with proper Regex submatch support.
2022-05-12textproc/prose: reset maintainerpin1-3/+4
2022-05-12textproc/hck: needs cmakepin1-1/+3
2022-05-12textproc/angle-grinder: needs gmakepin1-2/+2
2022-05-12py-yamllint: added version 1.26.3adam6-1/+135
A linter for YAML files. yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.
2022-05-11textproc/paperoni: reset maintainerpin1-3/+4
2022-05-11Revbump all Go packages after go118 updatebsiegert6-11/+12
2022-05-11py-jsonschema: updated to 4.5.1adam2-7/+9
v4.5.0 ------ * Validator classes for each version now maintain references to the correct corresponding format checker * Development has moved to a `GitHub organization <https://github.com/python-jsonschema/>`_. No functional behavior changes are expected from the change.
2022-05-11ugrep: updated to 3.7.11adam2-6/+6
ugrep v3.7.11 New -Zbest (--fuzzy=best) option argument best to only output the best matching patterns. Updated option -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode characters. Additional --stats results with total lines searched and matched, and time elapsed. New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Other minor improvements and fixes.
2022-05-10py-rst2pdf: updated to 0.99adam3-87/+92
0.99 (2022-01-08) Added: Python 3.9 & 3.10 are now supported Added: Sphinx 4 is now supported. Added: Can now set background images using PageBreak. Added: Can now set multiple style names in the class directive Added: pdf_smartquotes option is now supported with Sphinx builds Added: Add support for styling separations. Changed: Outline entries that are deeper than the ToC are now collapsed Changed: math directive updated to support latest matplotlib Changed: the --very-verbose option provides more information when things go wrong. Changed: The default stylesheet has been improved. Use the rst2pdf-0.9 stylesheet to apply the previous default as per the "Migrating to the New Default Stylesheet" section of the manual. Also, the twoColumn style is no longer part of the default styles and is now a separate style. Add -s twocolumn to apply it or, for Sphinx add pdf_stylesheets = ['twocolumn'] Changed: Stylesheets are now in YAML. Migrate to the new format using python -m rst2pdf.style2yaml as per the "Migrating Stylesheet Format" section of the manual. Fixed: An imagine that is too tall in a table cell is now resized to fit. Fixed: rst2pdf now writes to stdout again Fixed: Ensure table columns are wide enough for use Fixed: Better error messages for malformed RST Fixed: The Sphinx versionadded & versionchanged directives work again Fixed: Hyperlinks with embedded internal link aliases no longer crash. Fixed: A more sensible error message is displayed when importing an extension fails Fixed: If rst2pdf errors, it should now return a non-zero status code. Fixed: Various documentation improvements Fixed: Addressed regular expression FutureWarning. Removed: Documentation related to kerning has been removed as it depended on word-axe which is longer
2022-05-09Add hckpin1-1/+2
2022-05-09textproc/hck: import pkgpin5-0/+494
hck is a shortening of hack, a rougher form of cut. A close to drop in replacement for cut that can use a regex delimiter instead of a fixed string. Additionally this tool allows for specification of the order of the output columns using the same column selection syntax as cut. No single feature of hck on its own makes it stand out over awk, cut, xsv or other such tools. Where hck excels is making common things easy, such as reordering output fields, or splitting records on a weird delimiter. It is meant to be simple and easy to use while exploring datasets. Think of this as filling a gap between cut and awk.
2022-05-09textproc/lok: update to 0.2.1pin3-19/+11
No changelog provided.
2022-05-09ugrep: updated to 3.7.10adam2-6/+6
v3.7.10 Updated option -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode characters. Additional --stats results with total lines searched and matched, and time elapsed. New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and -C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Other minor improvements and fixes.
2022-05-09guile-json: Update to 4.7.1nikita2-7/+6
Changelog (adapted from ChangeLog file): 4.7.1: records: allow optional nested records json/record.scm: Fix spelling of "Additionally".
2022-05-09yq: updated to 2.14.0adam2-20/+21
Changes for v2.14.0 - Support binary and set tags.
2022-05-09py-xmltodict: updated to 0.13.0adam2-7/+8
v0.13.0 Add install info to readme for openSUSE. Support defaultdict for namespace mapping parse(generator) is now possible Processing comments on parsing from xml to dict Add expand_iter kw to unparse to expand iterables Fixed some typos Add support for python3.8 Drop Jython/Python 2 and add Python 3.9/3.10. Drop OrderedDict in Python >= 3.7 Do not use len() to determine if a sequence is empty Add more namespace attribute tests Fix encoding issue in setup.py
2022-05-09py-tinycss2: updated to 1.1.1adam4-38/+16
Version 1.1.1 ------------- * Add support of Python 3.10. * Include tests in source package.
2022-05-08textproc/bk: reset maintainerpin1-2/+2
2022-05-08textproc/angle-grinder: declare c-toolchainpin1-2/+2
2022-05-06hyperestraier: Use correct ARFLAGS on SunOS.jperkin1-1/+3
2022-05-06libxml2: update to 2.9.14, includes security fixesgutteridge4-10/+8
v2.9.14: May 02 2022: - Security: [CVE-2022-29824] Integer overflow in xmlBuf and xmlBuffer Fix potential double-free in xmlXPtrStringRangeFunction Fix memory leak in xmlFindCharEncodingHandler Normalize XPath strings in-place Prevent integer-overflow in htmlSkipBlankChars() and xmlSkipBlankChars() (David Kilzer) Fix leak of xmlElementContent (David Kilzer) - Bug fixes: Fix parsing of subtracted regex character classes Fix recursion check in xinclude.c Reset last error in xmlCleanupGlobals Fix certain combinations of regex range quantifiers Fix range quantifier on subregex - Improvements: Fix recovery from invalid HTML start tags - Build system, portability: Define LFS macros before including system headers Initialize XPath floating-point globals configure: check for icu DEFS (James Hilliard) configure.ac: produce tar.xz only (GNOME policy) (David Seifert) CMakeLists.txt: Fix LIBXML_VERSION_NUMBER Fix build with older Python versions Fix --without-valid build
2022-05-05py-prettytable: update to 3.3.0.fcambus2-6/+6
Added: - Support Python 3.11 - Add flag to preserve internal borders when border=False Fixed: - Alignment timing fix
2022-05-05Updated textproc/ocaml-csv to version 2.4.jaapb5-15/+13
This introduces compatilibity with later OCaml verions (post-4.08), and several other minor bugfixes and changes.
2022-05-05Updated devel/ocaml-textutils to version 0.15.0.jaapb4-12/+91
There is no changelog, but upstream changes are minor except for dependency changes.