summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2022-06-09textproc/tuc: downgrade to 0.8.0pin3-19/+8
0.9.0 requires rust-1.61
2022-06-08textproc/hck: update to 0.7.5pin3-71/+71
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
2022-06-07json-glib: really bump PKGREVISIONwiz1-2/+2
2022-06-07json-glib: remove introspection option, enabling it by defaultwiz3-24/+8
It was default-on, but bump PKGREVISION for those who had it disabled.
2022-06-07textproc/ruby-actiontext70: update to 7.0.3taca1-4/+4
7.0.3 (2022-05-12) * No change except version.
2022-06-07www/ruby-rails61: update to 6.1.6taca1-4/+4
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.
2022-06-07www/ruby-rails60: update to 6.0.5taca2-5/+6
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.
2022-06-07textproc/tuc: update to 0.9.0pin3-7/+19
[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
2022-06-07ugrep: updated to 3.8.1adam2-6/+6
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.
2022-06-04py-elementpath: updated to 2.5.3adam2-6/+6
v2.5.3 * Fix unary path step operator * Fix sphinx warnings *'reference target not found'*
2022-06-04py-tomlkit: updated to 0.11.0adam2-6/+6
0.11.0 Added - Add `unwrap` methods that return tomlkit objects recursively converted to plain python objects.
2022-06-04gtk-doc: depend on latest docbook-xslwiz1-3/+3
Bump PKGREVISION.
2022-06-04docbook-xsl: set version number in VERSION.xslwiz3-3/+19
This might fix some issues. Reported and patch by Onno van der Linden.
2022-06-02Revbump all Go packages after go118 updatebsiegert6-12/+12
2022-06-01py-wcmatch: updated to 8.4adam3-24/+17
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.
2022-06-01py-bracex: updated to 2.3adam3-15/+21
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.
2022-05-31p5-Text-WordDiff: add version 0.09markd4-1/+34
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.
2022-05-31ugrep: updated to 3.8.0adam2-6/+6
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.
2022-05-29lowdown: update to 1.0.0.fcambus2-6/+6
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!"
2022-05-29asciidoc: update to 10.2.0.wiz2-9/+8
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
2022-05-29docbook-xml: add some details to DESCR to distinguish itgutteridge1-0/+3
2022-05-29docbook: update DESCR to match package realitygutteridge1-2/+2
2022-05-28json2tsv: Update to 0.9leot2-6/+6
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.
2022-05-27textproc/hgrep: update to 0.2.6pin3-11/+7
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
2022-05-27py-relatorio: updated to 0.10.1adam2-7/+6
0.10.1 * Use unittest discover * Add support for Python 3.10 * Support directive applying to itself * Keep tail of directive
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.