Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (19d)  pkgsrc-2023Q4 (66d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (178d) 

2024-06-06 10:33:51 UTC Now

2023-08-06 08:09:23 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-test-unit

(taca)

2023-08-06 08:09:04 UTC MAIN commitmail json YAML

devel/ruby-test-unit: remove package

All ruby*-base have test-unit gem as bundled gem and no package require
newer version of test-unit gem.

(taca)

2023-08-06 08:08:48 UTC MAIN commitmail json YAML

devel/Makefile: remove ruby-test-unit

(taca)

2023-08-06 08:02:01 UTC MAIN commitmail json YAML

rox-session: switch to py27-dbus; bump revision

(adam)

2023-08-06 07:53:50 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-minitest

(taca)

2023-08-06 07:53:31 UTC MAIN commitmail json YAML

devel/ruby-minitest: remove package

ruby-minitest is required by ruby-activesupport*.  But all ruby*-base have
required minitest gem as bundled gem.  So, there is no need to provide
ruby-minitest package.

(taca)

2023-08-06 07:53:17 UTC MAIN commitmail json YAML

devel/Makefile: remove devel/ruby-minitest

(taca)

2023-08-06 07:48:10 UTC MAIN commitmail json YAML

devel/hoe: remove comment outed DEPENDS line

Current hoe dose not require ruby-minitest package.

(taca)

2023-08-06 07:46:31 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-minitest to 5.19.0

(taca)

2023-08-06 07:46:02 UTC MAIN commitmail json YAML

devel/ruby-minitest: update to 5.19.0

5.19.0 (2023-07-26)

2 minor enhancements:

* Add metadata lazy accessor to Runnable / Result. (matteeyah)
* Only load minitest/unit (aka ancient MiniTest compatibility layer) if
  ENV["MT_COMPAT"]

1 bug fix:

* Minitest::TestTask enthusiastically added itself to default. (ParadoxV5)

(taca)

2023-08-06 07:44:14 UTC MAIN commitmail json YAML

virt-manager: switch to py27-dbus; bump revision

(adam)

2023-08-06 07:42:03 UTC MAIN commitmail json YAML

doc: Removed misc/ruby-colorize

(taca)

2023-08-06 07:41:47 UTC MAIN commitmail json YAML

misc/ruby-colorize: remove package

Remove ruby-colorize package.  This package was requied by ruby-sshkit
version 1.6.1 and ruby-sshkit 1.8.1 dropped its requirement.

No other package require this package now.

(taca)

2023-08-06 07:41:33 UTC MAIN commitmail json YAML

ibus-python: switch to py27-dbus; fix for pylint complains; bump revision

(adam)

2023-08-06 07:41:32 UTC MAIN commitmail json YAML

misc/Makefile: remove misc/ruby-colorize

(taca)

2023-08-06 07:40:00 UTC MAIN commitmail json YAML

2023-08-06 07:33:40 UTC MAIN commitmail json YAML

py-kb: not for Python 3.8 anymore

(adam)

2023-08-06 07:30:44 UTC MAIN commitmail json YAML

Updated archivers/gtar, textproc/py-colored

(adam)

2023-08-06 07:30:24 UTC MAIN commitmail json YAML

py-colored: updated to 2.2.3

Version 2.2.3 - (07-07-2023)

Fixed

Typing error

Version 2.2.2 - (26-06-2023)

Added

Set for environment variable $COLORTERM

Updated

Maximum number range for RGB colors

Version 2.2.1 - (25-06-2023)

Updated

Exception InvalidNavigation -> InvalidControl

Version 2.2.0 - (24-06-2023)

Added

CSI (Control Sequence Introducer) sequences
SGR (Select Graphic Rendition) parameter style underline color
Support RGB color schema

Updated

cprint() to support RGB colors

Fixed

Typo for style 'underlined', changed to 'underline'

Version 2.1.1 - (20-06-2023)

Updated

Legacy support versions 1.x.x:

Functions fg(), bg(), attr() are back until deprecated to the future.

Class attributes fore, back and style will be available also but instead imported them directly, you can use like the examples below:

from colored.foreground import fore
from colored.background import back
from colored.attributes import style

Version 2.1.0 - (20-06-2023)

Updated

Updated library for default values
Replace function show_colour() with cprint()

Added

cprint(text, foreground='', background='', formatting='', reset=True, **kwargs) function

Version 2.0.0 - (19-06-2023)

Updated

Coding style
For typing hints
Class names:

fore -> Fore
back -> Back
style -> Style

Function names:

fg() -> fore()
bg() -> back()
attr() -> style()

Class attributes styles and colors in lower case, example:

Fore.red is the same Fore.RED
Style.bold is the same Style.BOLD

Added

Documentation site: https://dslackw.gitlab.io/colored

Styles italic and strikeout

Function show_colour()

(adam)

2023-08-06 07:23:08 UTC MAIN commitmail json YAML

gtar: updated to 1.35

version 1.35

* Fail when building GNU tar, if the platform supports 64-bit time_t
  but the build uses only 32-bit time_t.

* Leave the devmajor and devminor fields empty (rather than zero) for
  non-special files, as this is more compatible with traditional tar.

* Bug fixes

** Fix interaction of --update with --wildcards.

** When extracting archives into an empty directory, do not create
  hard links to files outside that directory.

** Handle partial reads from regular files.

** Warn "file changed as we read it" less often.
  Formerly, tar warned if the file's size or ctime changed.
  However, this generated a false positive if tar read a file
  while another process hard-linked to it, changing its ctime.
  Now, tar warns if the file's size, mtime, user ID, group ID,
  or mode changes.  Although neither heuristic is perfect,
  the new one should work better in practice.

** Fix --ignore-failed-read to ignore file-changed read errors
  as far as exit status is concerned.  You can now suppress file-changed
  issues entirely with --ignore-failed-read --warning=no-file-changed.

** Fix --remove-files to not remove a file that changed while we read it.

** Fix --atime-preserve=replace to not fail if there was no need to replace,
  either because we did not read the file, or the atime did not change.

** Fix race when creating a parent directory while another process is
  also doing so.

** Fix handling of prefix keywords not followed by "." in pax headers.

** Fix handling of out-of-range sparse entries in pax headers.

** Fix handling of --transform='s/s/@/2'.

** Fix treatment of options ending in / in files-from list.

** Fix crash on 'tar --checkpoint-action exec=\"'.

** Fix low-memory crash when reading incremental dumps.

** Fix --exclude-vcs-ignores memory allocation misuse.

(adam)

2023-08-06 07:17:37 UTC MAIN commitmail json YAML

Updated devel/py-jaraco.functools, databases/py-psycopg2, textproc/py-referencing, devel/py-hypothesis

(adam)

2023-08-06 07:17:09 UTC MAIN commitmail json YAML

py-hypothesis: updated to 6.82.1

6.82.1

Improve shrinking of floats in narrow regions that don窶冲 cross an integer boundary.

(adam)

2023-08-06 07:14:57 UTC MAIN commitmail json YAML

py-referencing: updated to 0.30.2

v0.30.2
* Minor docs improvement.

(adam)

2023-08-06 07:13:35 UTC MAIN commitmail json YAML

py-psycopg2: updated to 2.9.7

What's new in psycopg 2.9.7

- Fix propagation of exceptions raised during module initialization
- Fix building when pg_config returns an empty string
- Wheel package compiled against OpenSSL 1.1.1v

(adam)

2023-08-06 07:11:51 UTC MAIN commitmail json YAML

py-jaraco.functools: updated to 3.8.1

v3.8.1

Bugfixes
- Restored type checking and repaired broken exclusion.

(adam)

2023-08-06 07:07:52 UTC MAIN commitmail json YAML

Updated lang/vala, devel/py-wheel

(adam)

2023-08-06 07:07:31 UTC MAIN commitmail json YAML

py-wheel: updated to 0.41.1

0.41.1
- Fixed naming of the ``data_dir`` directory in the presence of local version segment
  given via ``egg_info.tag_build``
- Fixed version specifiers in ``Requires-Dist`` being wrapped in parentheses

(adam)

2023-08-06 07:05:57 UTC MAIN commitmail json YAML

vala: updated to 0.56.10

Vala 0.56.10
============
* Various improvements and bug fixes:
  - codegen: Don't emit casts in static field initializers
  - parser: Reset tokens buffer when parsing a new source file
  - vala: Output additional information when accessing unknown member
  - vala: Allow "set" method of an container to return void or bool
  - vala: Correctly handle possible null from SourceFile.get_source_line()

* Bindings:
  - glib-2.0: Update return-type of HashTable.add/insert/replace() and
    GenericSet.add()
  - linux: Add resolution field to Input.AbsInfo
  - libpq: Fix a few binding errors

(adam)

2023-08-06 06:38:26 UTC MAIN commitmail json YAML

2023-08-06 06:08:39 UTC MAIN commitmail json YAML

2023-08-06 05:26:18 UTC MAIN commitmail json YAML

doc: Added graphics/matugen version 0.8.4

(pin)

2023-08-06 05:25:47 UTC MAIN commitmail json YAML

2023-08-06 05:25:06 UTC MAIN commitmail json YAML

graphics/matugen: import package

Matugen is a cross-platform tool that generates a colorscheme either from an
image or a color, and exports it to a file from a template.
It can also set the wallpaper if one was provided.

Note: Support changing the wallpaper on X11 requires graphics/feh.

(pin)

2023-08-06 05:22:03 UTC MAIN commitmail json YAML

doc: Updated audio/spotify-player to 0.15.0

(pin)

2023-08-06 05:21:41 UTC MAIN commitmail json YAML

audio/spotify-player: update to 0.15.0

What's Changed
- fix typo in config example variable by @hyperpuncher in #209
- Add Void Linux as install option by @f1nbar in #210
- Implement timeout mechanism for getting authentication token by
  @aome510 in #212
- Fix a typo for homebrew install instructions by @toh995 in #216
- Add tracks_playback_limit config option by @aome510 in #219
- Use ttl cache instead of lru by @aome510 in #220
- Create app.toml with default values if it doesn't exist by @cobbinma in #221
- Tokyonight Theme �沁ィ by @cobbinma in #225
- Improve queue popup by @m-torhan in #226
- fix: constant module name typo by @nuugen in #227
- Allow removing a keybind by @Kuba314 in #223
- move items in a playlist by @cobbinma in #224
- Improve TTL caching and handling by @aome510 in #230
- Playlist CLI Editing - New, Delete, Import, Fork, Update by
  @justjokiing in #222

(pin)

2023-08-06 04:29:27 UTC MAIN commitmail json YAML

doc: Updated lang/php80 to 8.0.30

(taca)

2023-08-06 04:28:24 UTC MAIN commitmail json YAML

lang/php80: update to 8.0.30

03 Aug 2023, PHP 8.0.30

- Libxml:
  . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading
    in XML without enabling it). (CVE-2023-3823) (nielsdos, ilutov)

- Phar:
  . Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()).
    (CVE-2023-3824) (nielsdos)

(taca)

2023-08-06 04:05:06 UTC MAIN commitmail json YAML

lang/php82: fix distinfo

Fix distinfo.  Maybe, I fetched pre-install version.

No DIST_SUBDIR update with expecting no one fetched pre-official distinfo
file.

(taca)

2023-08-06 03:08:17 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-nokogiri to 1.15.3

(tsutsui)

2023-08-06 03:07:59 UTC MAIN commitmail json YAML

ruby-nokogiri: update to 1.15.3.

Upstream changes:
https://github.com/sparklemotion/nokogiri/releases/tag/v1.15.3
https://github.com/sparklemotion/nokogiri/releases/tag/v1.15.2
https://github.com/sparklemotion/nokogiri/releases/tag/v1.15.1
https://github.com/sparklemotion/nokogiri/releases/tag/v1.15.0

1.15.3 / 2023-07-05

Fixed

* Passing an object that is not a kind of XML::Node as the first parameter to
  CDATA.new now raises a TypeError. Previously this would result in either a
  segfault (CRuby) or a Java exception (JRuby). [#2920]
* Passing an object that is not a kind of XML::Node as the first parameter to
  Schema.from_document now raises a TypeError. Previously this would result
  in either a segfault (CRuby) or a Java exception (JRuby). [#2920]
* [CRuby] Passing an object that is not a kind of XML::Node as the second
  parameter to Text.new now raises a TypeError. Previously this would result
  in a segfault. [#2920]
* [CRuby] Replacing a node's children via methods like Node#inner_html=, #
  children=, and #replace no longer defensively dups the node's next sibling
  if it is a Text node. This behavior was originally adopted to work around
  libxml2's memory management (see #283 and #595) but should not have
  included operations involving xmlAddChild(). [#2916]
* [JRuby] Fixed NPE when serializing an unparented HTML node. [#2559, #2895]
  (Thanks, @cbasguti!)

1.15.2 / 2023-05-24

Dependencies

* [JRuby] Vendored org.nokogiri:nekodtd is updated to v0.1.11.noko2. This is
  functionally equivalent to v0.1.11.noko1 but restores support for Java 8.

Fixed

* [JRuby] Java 8 support is restored, fixing a regression present in
  v1.14.0..v1.14.4 and v1.15.0..v1.15.1. [#2887]

1.15.1 / 2023-05-19

Dependencies

* [CRuby] Vendored libxml2 is updated to v2.11.4 from v2.11.3. For details
  please see https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.4

Fixed

* [CRuby] The libxml2 update fixes an encoding regression when push-parsing
  UTF-8 sequences. [#2882, upstream issue and commit]

1.15.0 / 2023-05-15

Notes

Ability to opt into system malloc and free

Since 2009, Nokogiri has configured libxml2 to use ruby_xmalloc et al for
memory management. This has provided benefits for memory management, but comes
with a performance penalty.

Users can now opt into using system malloc for libxml2 memory management by
setting an environment variable:

# "default" here means "libxml2's default" which is system malloc
NOKOGIRI_LIBXML_MEMORY_MANAGEMENT=default

Benchmarks show that this setting will significantly improve performance, but
be aware that the tradeoff may involve poorer memory management including
bloated heap sizes and/or OOM conditions.

You can read more about this in the decision record at adr/
2023-04-libxml-memory-management.md.

Dependencies

* [CRuby] Vendored libxml2 is updated to v2.11.3 from v2.10.4. For details
  please see:
    + https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.0
    + https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.1
    + https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.2
    + https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.3
* [CRuby] Vendored libxslt is updated to v1.1.38 from v1.1.37. For details
  please see:
    + https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38

Added

* Encoding objects may now be passed to serialization methods like #to_xml, #
  to_html, #serialize, and #write_to to specify the output encoding.
  Previously only encoding names (strings) were accepted. [#2774, #2798]
  (Thanks, @ellaklara!)
* [CRuby] Users may opt into using system malloc for libxml2 memory
  management. For more detail, see note above or adr/
  2023-04-libxml-memory-management.md.

Changed

* [CRuby] Schema.from_document now makes a defensive copy of the document if
  it has blank text nodes with Ruby objects instantiated for them. This
  prevents unsafe behavior in libxml2 from causing a segfault. There is a
  small performance cost, but we think this has the virtue of being "what the
  user meant" since modifying the original is surprising behavior for most
  users. Previously this was addressed in v1.10.9 by raising an exception.

Fixed

* [CRuby] XSLT.transform now makes a defensive copy of the document if it has
  blank text nodes with Ruby objects instantiated for them and the template
  uses xsl:strip-spaces. This prevents unsafe behavior in libxslt from
  causing a segfault. There is a small performance cost, but we think this
  has the virtue of being "what the user meant" since modifying the original
  is surprising behavior for most users. Previously this would allow unsafe
  memory access and potentially segfault. [#2800]

Improved

* Nokogiri::XML::Node::SaveOptions#inspect now shows the names of the options
  set in the bitmask, similar to ParseOptions. [#2767]
* #inspect and pretty-printing are improved for AttributeDecl,
  ElementContent, ElementDecl, and EntityDecl.
* [CRuby] The C extension now uses Ruby's TypedData API for managing all the
  libxml2 structs. Write barriers may improve GC performance in some extreme
  cases. [#2808] (Thanks, @etiennebarrie and @byroot!)
* [CRuby] ObjectSpace.memsize_of reports a pretty good guess of memory usage
  when called on Nokogiri::XML::Document objects. [#2807] (Thanks,
  @etiennebarrie and @byroot!)
* [CRuby] Users installing the "ruby" platform gem and compiling libxml2 and
  libxslt from source will now be using a modern config.guess and config.sub
  that supports new architectures like loongarch64. [#2831] (Thanks,
  @zhangwenlong8911!)
* [CRuby] HTML5 parser:
    + adjusts the specified attributes, adding xlink:arcrole and removing
      xml:base [#2841, #2842]
    + allows <hr> in <select> [whatwg/html#3410, whatwg/html#9124]
* [JRuby] Node#first_element_child now returns nil if there are only
  non-element children. Previously a null pointer exception was raised. [#
  2808, #2844]
* Documentation for Nokogiri::XSLT now has usage examples including custom
  function handlers.

Deprecated

* Passing a Nokogiri::XML::Node as the first parameter to CDATA.new is
  deprecated and will generate a warning. This parameter should be a kind of
  Nokogiri::XML::Document. This will become an error in a future version of
  Nokogiri.
* Passing a Nokogiri::XML::Node as the first parameter to
  Schema.from_document is deprecated and will generate a warning. This
  parameter should be a kind of Nokogiri::XML::Document. This will become an
  error in a future version of Nokogiri.
* Passing a Nokogiri::XML::Node as the second parameter to Text.new is
  deprecated and will generate a warning. This parameter should be a kind of
  Nokogiri::XML::Document. This will become an error in a future version of
  Nokogiri.
* [CRuby] Calling a custom XPath function without the nokogiri namespace is
  deprecated and will generate a warning. Support for non-namespaced
  functions will be removed in a future version of Nokogiri. (Note that JRuby
  has never supported non-namespaced custom XPath functions.)

(tsutsui)

2023-08-06 02:26:40 UTC MAIN commitmail json YAML

doc: Updated net/ruby-public_suffix to 5.0.3

(tsutsui)

2023-08-06 02:26:24 UTC MAIN commitmail json YAML

ruby-public_suffix: update to 5.0.3.

Upstream changes (from CHANGELOG.md):

5.0.3

Fixed

* Fixed automated release workflow.

5.0.2

Changed

* Updated definitions.

(tsutsui)

2023-08-06 02:24:06 UTC MAIN commitmail json YAML

doc: Updated misc/ruby-mini_portile2 to 2.8.4

(tsutsui)

2023-08-06 02:23:51 UTC MAIN commitmail json YAML

ruby-mini_portile2: update to 2.8.4.

Upstream changes:
https://github.com/flavorjones/mini_portile/releases/tag/v2.8.4
https://github.com/flavorjones/mini_portile/releases/tag/v2.8.3

2.8.4 / 2023-07-18

* cmake: set CMAKE compile flags to configure cross-compilation similarly to
  autotools --host flag: SYSTEM_NAME, SYSTEM_PROCESSOR, C_COMPILER, and
  CXX_COMPILER. [#130] (Thanks, @stanhu!)

2.8.3 / 2023-07-18

Fixed

* cmake: only use MSYS/NMake generators when available. [#129] (Thanks,
  @stanhu!)

(tsutsui)

2023-08-06 02:19:01 UTC MAIN commitmail json YAML

doc: Updated net/ruby-addressable to 2.8.5

(tsutsui)

2023-08-06 02:18:38 UTC MAIN commitmail json YAML

ruby-addressable: update to 2.8.5.

Upstream changes (from CHANGELOG.md):

Addressable 2.8.5

* Fix thread safety issue with encoding tables (#515)
* Define URI::NONE as a module to avoid serialization issues (#509)
* Fix YAML serialization (#508)

(tsutsui)

2023-08-06 01:33:45 UTC MAIN commitmail json YAML

doc: Removed net/nicovideo-dl

(tsutsui)

2023-08-06 01:32:39 UTC MAIN commitmail json YAML

2023-08-05 20:29:53 UTC MAIN commitmail json YAML

2023-08-05 19:48:35 UTC MAIN commitmail json YAML

doc: Removed misc/ruby-args_parser

(tsutsui)

2023-08-05 19:47:21 UTC MAIN commitmail json YAML

ruby-args_parser: remove.

This was just imported for ruby-tw, and no other package depends on this.

(tsutsui)

2023-08-05 19:45:04 UTC MAIN commitmail json YAML

ruby-thread_safe: relinquish MAINTAINERship.

I took MAINTAINERship just for ruby-memoizable (for ruby-twitter),
but currently a number of packages still require this.

(tsutsui)

2023-08-05 19:38:27 UTC MAIN commitmail json YAML

ruby-rainbow: relinquish MAINTAINERship.

I took MAINTAINERship just for ruby-tw, but currently
www/ruby-html-poofer still requires this.

(tsutsui)

2023-08-05 19:36:12 UTC MAIN commitmail json YAML

ruby-parallel: relinquish MAINTAINERship.

I took MAINTAINERship just for ruby-tw, but currently
www/ruby-html-poofer requires this.

(tsutsui)

2023-08-05 19:33:00 UTC MAIN commitmail json YAML

ruby-http: relinquish MAINTAINERship.

I took MAINTAINERship just for ruby-twitter (for ruby-tw),
but it looks other people update and use this.

(tsutsui)

2023-08-05 18:29:43 UTC MAIN commitmail json YAML

ruby-naught: remove also from Makefile (forgot to commit in previous).

(tsutsui)

2023-08-05 17:48:06 UTC MAIN commitmail json YAML

doc: Removed misc/ruby-naught

(tsutsui)

2023-08-05 17:47:32 UTC MAIN commitmail json YAML

ruby-naught: remove.

This was just imported for ruby-twitter, and
no other package depends on this.

(tsutsui)

2023-08-05 17:46:07 UTC MAIN commitmail json YAML

doc: Removed misc/ruby-equalizer

(tsutsui)

2023-08-05 17:45:25 UTC MAIN commitmail json YAML

ruby-eqaulizer: remove.

This was just imported for ruby-twitter, and
no other package depends on this.

(tsutsui)

2023-08-05 17:43:27 UTC MAIN commitmail json YAML

doc: Removed misc/ruby-memoizable

(tsutsui)

2023-08-05 17:42:47 UTC MAIN commitmail json YAML

ruby-memoizable: remove.

This was just imported for ruby-twitter, and
no other package depends on this.

(tsutsui)

2023-08-05 17:41:02 UTC MAIN commitmail json YAML

doc: Removed textproc/ruby-buftok

(tsutsui)

2023-08-05 17:39:57 UTC MAIN commitmail json YAML

ruby-buftok: remove.

This was just imported for ruby-twitter, and
no other package depends on this.

(tsutsui)

2023-08-05 17:32:49 UTC MAIN commitmail json YAML

doc: Updated sysutils/felix to 2.7.0

(pin)

2023-08-05 17:32:27 UTC MAIN commitmail json YAML

sysutils/felix: update to 2.7.0

v2.7.0 (2023-08-05)
Changed
- Minimal supported rust version is now 1.67.1
- Upgrade dependencies.
- Update syntect version to v5.1.0. This fixes the handling of multibyte chars
  in the preview area.
- Allow file name config.yml in addition to config.yaml for the configuration.

(pin)

2023-08-05 17:30:42 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 18.2.3

(pin)

2023-08-05 17:30:13 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 18.2.3

Bug Fixes
- prompt: print right block using spaces (c23069b)
- pwsh: force initialization of NoExitCode (c78aa60), closes #4128
- rprompt: position using spaces instead of ANSI (181b789)
- tooltip: position with spaces instead of ANSI (f55da0e)

(pin)

2023-08-05 17:23:10 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-idn

(tsutsui)

2023-08-05 17:22:34 UTC MAIN commitmail json YAML

ruby-idn: remove.

This was just imported for ruby-twitter-text, and
no other package depends on this.

(tsutsui)

2023-08-05 17:10:08 UTC MAIN commitmail json YAML

doc: Removed net/ruby-twitter

(tsutsui)

2023-08-05 17:09:37 UTC MAIN commitmail json YAML

ruby-twitter: remove.

This was just imported for ruby-tw and no motivation to keep this
even if this will handle newer APIs.

(tsutsui)

2023-08-05 17:06:28 UTC MAIN commitmail json YAML

doc: Removed net/ruby-twitter-text

(tsutsui)

2023-08-05 17:05:31 UTC MAIN commitmail json YAML

ruby-twitter-text: remove.

This was just imported for mikutter 3.9.4 and prior, and
no motivation to keep this even if this will handle newer APIs.

(tsutsui)

2023-08-05 16:50:28 UTC MAIN commitmail json YAML

doc: Removed devel/ruby-simpleidn

(tsutsui)

2023-08-05 16:49:46 UTC MAIN commitmail json YAML

ruby-simpleidn: remove.

This was imported just for ruby-twitter-text-simpleidn.

(tsutsui)

2023-08-05 16:48:18 UTC MAIN commitmail json YAML

doc: Removed net/ruby-tw

(tsutsui)

2023-08-05 16:44:12 UTC MAIN commitmail json YAML

ruby-tw: remove.

Twitter API v1.1 was completely eliminated around 20230713.

(tsutsui)

2023-08-05 16:37:13 UTC MAIN commitmail json YAML

doc: Removed net/ruby-twitter-text-simpleidn

(tsutsui)

2023-08-05 16:36:08 UTC MAIN commitmail json YAML

2023-08-05 16:23:33 UTC MAIN commitmail json YAML

doc: Removed net/mikutter-plugins-twitter

(tsutsui)

2023-08-05 16:21:39 UTC MAIN commitmail json YAML

mikutter-plugins-twitter: remove.

All plugins depend on Twitter API v1.1 and it was completely
eliminated around 20230713.

(tsutsui)

2023-08-05 16:15:44 UTC MAIN commitmail json YAML

doc: Updated net/mikutter to 5.0.5

(tsutsui)

2023-08-05 16:15:27 UTC MAIN commitmail json YAML

mikutter: update to 5.0.5.

pkgsrc changes:
* update MESSAGE
  (mikutter-plugins-twitter will soon to be removed due to API EOL)

Upstream changes:
https://mikutter.hatenablog.com/entry/2023/08/06/004104

mikutter 5.0.5

* use gtk3 4.1.7
* thanks Izumi Tsutsui
* update icon for social.mikutter.hachune.net
* thanks Izumi Tsutsui
* fix non-working function to delay retry period on reconnecting to
  mastodon streaming APIs
* thanks ahiru

(tsutsui)

2023-08-05 13:08:08 UTC MAIN commitmail json YAML

doc: Updated multimedia/nostt to 1.3

(sjmulder)

2023-08-05 13:07:49 UTC MAIN commitmail json YAML

multimedia/nostt: Update to 1.3

Changes:
- Fixed: typo and style in man page (thanks Omar Polo).
- New: Dutch translation of the man page.
- New: unveil() support on OpenBSD (thanks Tim van der Molen).
- New: support for NO_COLOR=1 (http://no-color.org).
- New: non-canonical CMake build file.
- Change: migrated builds from sr.ht to GitHub Actions.

(sjmulder)

2023-08-05 12:38:59 UTC MAIN commitmail json YAML

doc: Updated graphics/rabbit to 3.0.3

(taca)

2023-08-05 12:38:28 UTC MAIN commitmail json YAML

graphics/rabbit: update to 3.0.1

pkgsrc change: switch to use rubygem.

3.0.1: 2021-09-25

Ruby 3.0 support release.

Improvements

rabbit
* Suppressed warnings. [GitHub#132][Patch by kojix2]
* image: Added support for Ruby 3.0. [GitHub#133][Patch by kojix2]
* image: Reused downloaded images.
* image: Removed support for normalized_width and normalized_height.
* image: Added support for clipping by clip_x, clip_y, clip_width and
  clip_height.
* info-window: Moved timer position to bottom on note mode.
* info-window: Added support for wait.
* Removed duplicated requires. [GitHub#134][Patch by kojix2]
* Added support for Charty.
* Added support for embedding terminal.
* Dropped support for Ustream.
* Added support for pushing gem with MFA enabled account. [GitHub#141][Patch
  by Yusuke Nakamura]

rabbit-slide
* Added support for specifying slide size.

Theme
* clear-blue: Added support for disabling vertical centering.
* tag: margin-*: Added support for negative and float values.
* tag: Added support for wrapping by wrap-char, wrap-word and wrap-word-char.
* tag: Added support for justifying by justify and no-justify.
* edge-info-toolkit: Added support for center text.
* slide-footer-info: Added support for center text.

Document
* Added note about theme and here + tortoise. [GitHub#139][Patch by Asaf Bartov]

Fixes

Theme
* image-slide-number: Fixed wrong width calculation. [GitHub#130][Patch by
  HASUMI Hitoshi]

Document
* Fixed English. [GitHub#128][Patch by Zero King]
* Fixed typos. [GitHub#140][Patch by Yusuke Nakamura]

Thanks
* Zero King
* HASUMI Hitoshi
* kojix2
* Asaf Bartov
* Yusuke Nakamura

3.0.2: 2023-06-25

Image drawing support release.

Improvements

rabbit
* image: Added support for drawing on image.
* image: Added support for align=right.
* Added support for Mermaid.
* blockdiag: Added support for blockdiag3 command.

rabbit-slide
* config: Added source_code_uri. GH-144 [Patch by Yusuke Nakamura]
* Dropped support for uploading to SlideShare. Because SlideShare API
  dropped support for uploading a slideshow.

Theme
* image-slide-number: Changed to render images back to the main content. It
  prevents hiding the main content.
* image-timer: Changed to render images back to the main content. It
  prevents hiding the main content.
* background-image-toolkit: Added support for caption.
* clear-blue: Changed to replace \n with a space character instead of just
  removing it in footer.
* pdf: Changed to use ./theme.rb instead of canvas.title theme by default.

Document
* macos Homebrew: Updated how to install document. GH-150 [Patch by Yusuke
  Nakamura]

Fixes

rabbit
* formatter HTML: Fixed a bug that weight configuration is missing. GH-146
  [Patch by HASUMI Hitoshi]

Theme
* image-timer: Fixed a bug that images aren't showed with PDF.
* image-slide-number: Fixed a bug that images aren't showed with PDF.

Thanks
* Yusuke Nakamura
* HASUMI Hitoshi

3.0.3: 2023-07-02

Minor bug fix release.

Fixes

rabbit
* image mermaid: Fixed an error when npx mmdc ... doesn't work. GH-153
  [Patch by Mamoru TASAKA]

Thanks
* Mamoru TASAKA

(taca)

2023-08-05 12:27:13 UTC MAIN commitmail json YAML

doc: Updated www/ruby-selenium-webdriver to 4.11.0

(taca)

2023-08-05 12:26:49 UTC MAIN commitmail json YAML

www/ruby-selenium-webdriver: update to 4.11.0

4.11.0 (2023-07-31)

* Made network interception threads fail silently (#12226)
* Have Selenium Manager binary locate drivers on PATH (#12345)
* Add browser output from selenium manager to options (#12398)
* Remove deprecated code (#12417)

(taca)

2023-08-05 12:24:21 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-sdk-core to 3.180.1

(taca)

2023-08-05 12:23:52 UTC MAIN commitmail json YAML

www/ruby-aws-sdk-core: update to 3.180.1

3.180.1 (2023-07-31)

* Issue - Remove checksums from default stubs (#2888).

(taca)

2023-08-05 12:22:35 UTC MAIN commitmail json YAML

doc: Updated www/ruby-aws-partitions to 1.798.0

(taca)

2023-08-05 12:22:05 UTC MAIN commitmail json YAML

www/ruby-aws-partitions: update to 1.798.0

1.798.0 (2023-08-04)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.797.0 (2023-08-02)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.796.0 (2023-08-01)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

1.795.0 (2023-07-31)

* Feature - Updated the partitions source data the determines the AWS
  service regions and endpoints.

(taca)

2023-08-05 12:19:31 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-rails-dom-testing to 2.2.0

(taca)

2023-08-05 12:19:03 UTC MAIN commitmail json YAML

textproc/ruby-rails-dom-testing: update to 2.2.0

2.2.0 (2023-08-03)

What's Changed

* Allow user to choose the HTML parser used by @flavorjones in #109
* Fix string substitution regression by @nicoco007 in #110

New Contributors

* @nicoco007 made their first contribution in #110

(taca)

2023-08-05 12:15:21 UTC MAIN commitmail json YAML

doc: Updated textproc/ruby-commonmarker to 0.23.10

(taca)

2023-08-05 12:14:55 UTC MAIN commitmail json YAML

textproc/ruby-commonmarker: update to 0.23.10

pkgsrc change:

* Update DESCR based on README.md.
* Remove dependency on textproc/cmark since this package contains source
  code of textproc/cmark-gfm.

0.23.10 (2023-07-31)

* Update GFM release to 0.29.0.gfm.12 and 0.29.0.gfm.13, thereby fixing a
  polynomial time complexity security vulnerability.

* Of note to users of this library, GFM releases 0.29.0.gfm.12 and
  0.29.0.gfm.13 also:

    o Normalized marker row vs. delimiter row nomenclature (#273)
    o Exposed CMARK_NODE_FOOTNOTE_DEFINITION literal value (#336)

(taca)

2023-08-05 09:46:45 UTC MAIN commitmail json YAML

doc: Updated textproc/cmark-gfm to 0.29.0.gfm.13

(taca)

2023-08-05 09:46:11 UTC MAIN commitmail json YAML

textproc/cmark-gfm: update to 0.29.0.gfm.13

0.29.0.gfm.10 (2023-03-31)

Changes since last release (0.29.0.gfm.9...0.29.0.gfm.10):

* Fixed polynomial time complexity issue per
* GHSA-r8vr-c48j-fcc5
* Fixed polynomial time complexity issues per
* GHSA-66g8-4hjf-77xh

Note: these changes remove redundant bold tag nesting which may result in
existing rendering tests failing, e.g. rendering ____bold____ to html will
no longer yield <p><strong><strong>bold</strong></strong></p>.

0.29.0.gfm.11 (2023-04-06)

Changes since last release (0.29.0.gfm.10...0.29.0.gfm.11):

NOTE: this is a re-release of 0.11 due to missing a version/Changelog PR

* Improved fixes for polynomial time complexity issues per
  GHSA-66g8-4hjf-77xh (#323, #324)
* Added fuzzing target for bracketed patterns (#318)
* Fixed bug in list numbering introduced in 763587e (#322) which caused list
  numbers to increment by 2
* Fixed strict prototype clang warning (#310)
* Fixed regression test (#312)
* Added additional output formats to quadratic fuzzer (#327)
* Fixed buffer overflow in fuzzing harness (#326)

Note: these changes may lead to minor changes in expected output on
plaintext rendering of list items.  Notably, blank lines may no longer
delineate the start of a list when rendering to plaintext due to changes in
how the tight list status is calculated.

0.29.0.gfm.12 (2023-07-13)

Changes since last release (0.29.0.gfm.11...0.29.0.gfm.12):

* Fixed polynomial time complexity issues per GHSA-w4qg-3vf7-m9x5
* Added CodeQL project integration (#337)
* Addressed const qualifier discard compiler warnings (#330, #331)

0.29.0.gfm.13 (2023-07-22)

Changes since last release (0.29.0.gfm.12...0.29.0.gfm.13):

* Normalized marker row vs. delimiter row nomenclature (#273)
* Exposed CMARK_NODE_FOOTNOTE_DEFINITION literal value (#336)
* Fixed format specifier for printing a size_t (#340)

(taca)

2023-08-05 09:00:23 UTC MAIN commitmail json YAML

doc: Updated security/ruby-net-ssh to 7.2.0

(taca)

2023-08-05 08:59:57 UTC MAIN commitmail json YAML

security/ruby-net-ssh: update to 7.2.0

7.2.0 (2023-07-30)

* Add debugging information for algorithm of pubkey in use [#918]

(taca)

2023-08-05 08:58:00 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-zeitwerk to 2.6.11

(taca)

2023-08-05 08:57:31 UTC MAIN commitmail json YAML

devel/ruby-zeitwerk: update to 2.6.11

2.6.10 (2023-07-30)

* Improve validation of the values returned by the inflector's camelize.

2.6.11 (2023-08-02)

* Let on_load callbacks for implicit namespaces autoload other implicit
  namespaces.

(taca)

2023-08-05 08:56:18 UTC MAIN commitmail json YAML

doc: Updated devel/ruby-console to 1.20.0

(taca)

2023-08-05 08:55:36 UTC MAIN commitmail json YAML

devel/ruby-console: update to 1.20.0

1.19.0 (2023-08-03)

* Add adapter module for external gems.

1.20.0 (2023-08-02)

What's Changed

* Modernize gem. by @ioquatix in #45
* Encode serialized output to avoid encoding errors. by @ioquatix in #44
* This release drops support for Ruby 2.7.

(taca)

2023-08-05 08:51:48 UTC MAIN commitmail json YAML

doc: Updated databases/ruby-sequel to 5.71.0

(taca)

2023-08-05 08:51:12 UTC MAIN commitmail json YAML

databases/ruby-sequel: update to 5.71.0

5.71.0 (2023-08-01)

* Support ILIKE ANY on PostgreSQL by not forcing the use of ESCAPE for ILIKE
  (gilesbowkett) (#2066)

* Add pg_xmin_optimistic_locking plugin for optimistic locking for all
  models without database changes (jeremyevans)

* Recognize the xid PostgreSQL type as an integer type in the
  jdbc/postgresql adapter (jeremyevans)

* Make set_column_allow_null method reversible in migrations (enescakir)
  (#2060)

(taca)

2023-08-05 08:46:14 UTC MAIN commitmail json YAML

doc: Updated lang/php82 to 8.2.9

(taca)

2023-08-05 08:45:39 UTC MAIN commitmail json YAML

lang/php82: update to 8.2.9

03 Aug 2023, PHP 8.2.9

- Build:
  . Fixed bug GH-11522 (PHP version check fails with '-' separator).
    (SVGAnimate)

- CLI:
  . Fix interrupted CLI output causing the process to exit. (nielsdos)

- Core:
  . Fixed oss-fuzz #60011 (Mis-compilation of by-reference nullsafe operator).
    (ilutov)
  . Fixed line number of JMP instruction over else block. (ilutov)
  . Fixed use-of-uninitialized-value with ??= on assert. (ilutov)
  . Fixed oss-fuzz #60411 (Fix double-compilation of arrow-functions). (ilutov)
  . Fixed build for FreeBSD before the 11.0 releases. (David Carlier)

- Curl:
  . Fix crash when an invalid callback function is passed to
    CURLMOPT_PUSHFUNCTION. (nielsdos)

- Date:
  . Fixed bug GH-11368 (Date modify returns invalid datetime). (Derick)
  . Fixed bug GH-11600 (Can't parse time strings which include (narrow)
    non-breaking space characters). (Derick)

- DOM:
  . Fixed bug GH-11625 (DOMElement::replaceWith() doesn't replace node with
    DOMDocumentFragment but just deletes node or causes wrapping <></>
    depending on libxml2 version). (nielsdos)

- Fileinfo:
  . Fixed bug GH-11298 (finfo returns wrong mime type for xz files). (Anatol)

- FTP:
  . Fix context option check for "overwrite". (JonasQuinten)
  . Fixed bug GH-10562 (Memory leak and invalid state with consecutive
    ftp_nb_fget). (nielsdos)

- GD:
  . Fix most of the external libgd test failures. (Michael Orlitzky)

- Intl:
  . Fix memory leak in MessageFormatter::format() on failure. (Girgias)

- Libxml:
  . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading
    in XML without enabling it). (CVE-2023-3823) (nielsdos, ilutov)

- MBString:
  . Fix GH-11300 (license issue: restricted unicode license headers).
    (nielsdos)

- Opcache:
  . Fixed bug GH-10914 (OPCache with Enum and Callback functions results in
    segmentation fault). (nielsdos)
  . Prevent potential deadlock if accelerated globals cannot be allocated.
    (nielsdos)

- PCNTL:
  . Fixed bug GH-11498 (SIGCHLD is not always returned from proc_open).
    (nielsdos)

- PDO:
  . Fix GH-11587 (After php8.1, when PDO::ATTR_EMULATE_PREPARES is true
    and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer
    filled). (SakiTakamachi)

- PDO SQLite:
  . Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt).
    (KapitanOczywisty, CViniciusSDias)

- Phar:
  . Add missing check on EVP_VerifyUpdate() in phar util. (nielsdos)
  . Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()).
    (CVE-2023-3824) (nielsdos)

- PHPDBG:
  . Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)

- Session:
  . Removed broken url support for transferring session ID. (ilutov)

- Standard:
  . Fix serialization of RC1 objects appearing in object graph twice. (ilutov)

- Streams:
  . Fixed bug GH-11735 (Use-after-free when unregistering user stream wrapper
    from itself). (ilutov)

- SQLite3:
  . Fix replaced error handling in SQLite3Stmt::__construct. (nielsdos)

- XMLReader:
  . Fix GH-11548 (Argument corruption when calling XMLReader::open or
    XMLReader::XML non-statically with observer active). (Bob)

(taca)

2023-08-05 08:43:45 UTC MAIN commitmail json YAML

doc: Updated lang/php81 to 8.1.22

(taca)

2023-08-05 08:43:16 UTC MAIN commitmail json YAML

lang/php81: update to 8.1.22

03 Aug 2023, PHP 8.1.22

- Build:
  . Fixed bug GH-11522 (PHP version check fails with '-' separator).
    (SVGAnimate)

- CLI:
  . Fix interrupted CLI output causing the process to exit. (nielsdos)

- Core:
  . Fixed oss-fuzz #60011 (Mis-compilation of by-reference nullsafe operator).
    (ilutov)
  . Fixed use-of-uninitialized-value with ??= on assert. (ilutov)
  . Fixed build for FreeBSD before the 11.0 releases. (David Carlier)

- Curl:
  . Fix crash when an invalid callback function is passed to
    CURLMOPT_PUSHFUNCTION. (nielsdos)

- Date:
  . Fixed bug GH-11368 (Date modify returns invalid datetime). (Derick)

- DOM:
  . Fixed bug GH-11625 (DOMElement::replaceWith() doesn't replace node with
    DOMDocumentFragment but just deletes node or causes wrapping <></>
    depending on libxml2 version). (nielsdos)

- Fileinfo:
  . Fixed bug GH-11298 (finfo returns wrong mime type for xz files). (Anatol)

- FTP:
  . Fix context option check for "overwrite". (JonasQuinten)
  . Fixed bug GH-10562 (Memory leak and invalid state with consecutive
    ftp_nb_fget). (nielsdos)

- GD:
  . Fix most of the external libgd test failures. (Michael Orlitzky)

- Hash:
  . Fix use-of-uninitialized-value in hash_pbkdf2(), fix missing $options
    parameter in signature. (ilutov)

- Intl:
  . Fix memory leak in MessageFormatter::format() on failure. (Girgias)

- Libxml:
  . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading
    in XML without enabling it). (CVE-2023-3823) (nielsdos, ilutov)

- MBString:
  . Fix GH-11300 (license issue: restricted unicode license headers).
    (nielsdos)

- Opcache:
  . Fixed bug GH-10914 (OPCache with Enum and Callback functions results in
    segmentation fault). (nielsdos)
  . Prevent potential deadlock if accelerated globals cannot be allocated.
    (nielsdos)

- PCNTL:
  . Fixed bug GH-11498 (SIGCHLD is not always returned from proc_open).
    (nielsdos)

- PCRE:
  . Mangle PCRE regex cache key with JIT option. (mvorisek)

- PDO:
  . Fix GH-11587 (After php8.1, when PDO::ATTR_EMULATE_PREPARES is true
    and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer
    filled). (SakiTakamachi)

- PDO SQLite:
  . Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt).
    (KapitanOczywisty, CViniciusSDias)

- Phar:
  . Add missing check on EVP_VerifyUpdate() in phar util. (nielsdos)
  . Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()).
    (CVE-2023-3824) (nielsdos)

- PHPDBG:
  . Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr)

- Session:
  . Removed broken url support for transferring session ID. (ilutov)

- Standard:
  . Fix serialization of RC1 objects appearing in object graph twice. (ilutov)

- SQLite3:
  . Fix replaced error handling in SQLite3Stmt::__construct. (nielsdos)

(taca)

2023-08-05 08:09:54 UTC MAIN commitmail json YAML

libva: Limited availability on NetBSD 8 these days

(nia)

2023-08-05 08:09:12 UTC MAIN commitmail json YAML

Added devel/py-rpds-py; textproc/py-referencing

(adam)

2023-08-05 08:08:47 UTC MAIN commitmail json YAML

py-referencing: added version 0.30.1

An implementation-agnostic implementation of JSON reference
resolution.

In other words, a way for e.g. JSON Schema tooling to resolve the
$ref keyword across all drafts without needing to implement
support themselves.

(adam)

2023-08-05 08:00:39 UTC MAIN commitmail json YAML

2023-08-05 07:39:31 UTC MAIN commitmail json YAML

Added x11/py-qt6; Updated textproc/py-pdf, print/py-pspdfutils, security/py-otp

(adam)

2023-08-05 07:38:57 UTC MAIN commitmail json YAML

py-otp: updated to 2.9.0

v2.9.0
Add parse_uri() support for Steam TOTP
Test and documentation improvements

(adam)

2023-08-05 07:37:28 UTC MAIN commitmail json YAML

allegro: Disable OSS MIDI support on SunOS.

(nia)

2023-08-05 07:35:24 UTC MAIN commitmail json YAML

py-pspdfutils: updated to 3.0.8

Release v3.0.8
This release updates the back-end library pypdf to version 3.12.
Since pypdf 3.11 and later optimize the PDF output better than earlier versions, some test results had to be regenerated.

Release v3.0.7
This release fixes obtaining paper sizes from the ���paper��� program in locales
that use a decimal point that is not a full stop.

(adam)

2023-08-05 07:29:38 UTC MAIN commitmail json YAML

libmicrodns: strict ISO C mode unsuitable on certain platforms

(nia)

2023-08-05 07:29:15 UTC MAIN commitmail json YAML

py-pdf: updated to 3.14.0

Version 3.14.0, 2023-07-29

New Features (ENH)
-  Accelerate image list keys generation
-  Use `cryptography` for encryption/decryption as a fallback for PyCryptodome
-  Extract LaTeX characters
-  ASCIIHexDecode.decode now returns bytes instead of str

Bug Fixes (BUG)
-  Add RunLengthDecode filter
-  Process /Separation ColorSpace
-  Handle single element ColorSpace list
-  Process lookup decoded as TextStringObjects

Robustness (ROB)
-  Cope with garbage collector during cloning

Maintenance (MAINT)
-  Cleanup of annotations

Version 3.13.0, 2023-07-23

New Features (ENH)
-  Add is_open in outlines in PdfReader and PdfWriter

Bug Fixes (BUG)
-  Search /DA in hierarchy fields
-  Cope with different ISO date length
-  Decode Black only/CMYK deviceN images
-  Process CMYK in deflate images

Developer Experience (DEV)
-  Add mypy to pre-commit
-  Release automation

(adam)

2023-08-05 07:27:52 UTC MAIN commitmail json YAML

openldap-server: strict ISO C mode unsuitable for certain platforms

(nia)

2023-08-05 07:23:35 UTC MAIN commitmail json YAML

py-qt6: added version 6.5.2

PyQt is a set of Python bindings for the Qt toolkit. PyQt brings
together the Qt C++ cross-platform toolkit and the cross-platform
interpreted language Python.

This package is for Qt6.

(adam)

2023-08-05 07:19:38 UTC MAIN commitmail json YAML

Updated devel/gmp, security/easy-rsa, devel/googletest, devel/py-click-default-group

(adam)

2023-08-05 07:19:08 UTC MAIN commitmail json YAML

2023-08-05 07:13:17 UTC MAIN commitmail json YAML

googletest: updated to 1.14.0

v1.14.0
Many bug fixes

(adam)

2023-08-05 07:11:08 UTC MAIN commitmail json YAML

easy-rsa: updated to 3.1.5

3.1.5 (2023-06-10)

Build Update: script now supports signing and verifying

Automate support-file creation (Free packaging)

build-ca: New command option 'raw-ca', abbrevation: 'raw'

This 'raw' method, is the most reliable way to build a CA,
with a password, without writing the CA password to a temp-file.

This option completely replaces both methods below:

build-ca: New option --ca-via-stdin, use SSL -pass* argument 'stdin'
Option '--ca-via-stdin' offers no more security than standard method.
Easy-RSA version 3.1.4 ONLY.

build-ca: Replace password temp-files with file-descriptors
Using file-descriptors does not work in Windows.
Easy-RSA version 3.1.3 ONLY.

(adam)

2023-08-05 07:08:26 UTC MAIN commitmail json YAML

gmp: updated to 6.3.0

Changes between GMP version 6.2.* and 6.3.*.

  BUGS FIXED
  * A possible overflow of type int is avoided for mpz_cmp on huge operands.

  * A possible error condition when a malformed file is read with
    mpz_inp_raw is now correctly handled.

  FEATURES
  * New public function mpz_prevprime, companion of the existing
    mpz_nextprime.

  * New documented pointer types mpz_ptr, mpz_srcptr, and similar for
    other GMP types. Refer to the manual for full list and suggested
    usage. These types have been present in gmp.h at least since
    GMP-4.0, but previously not advertised to users.

  * Support for 64-bit Arm under Macos.

  * Support for the loongarch64 CPU family.

  * Support for building with LTO, link-time optimisations.

  SPEEDUPS
  * New special code for base = 2 in mpz_powm reduces the average time
    for the functions that test primality.

  * Speedup for the function mpz_nextprime on large operands.

  * Speedup for multiplications (some sizes only) thanks to new
    internal functions to compute small negacyclic products.

  * Special assembly code for IBM z13 and later "mainframe" CPUs, resulting in
    a huge speedup.

  * Improved assembly for several 64-bit x86 CPUs, Risc-V, 64-bit Arm.

(adam)

2023-08-05 06:23:00 UTC MAIN commitmail json YAML

Updated www/py-djangorestframework, devel/py-googleapis-common-protos

(adam)

2023-08-05 06:22:36 UTC MAIN commitmail json YAML

py-googleapis-common-protos: updated to 1.60.0

1.60.0 (2023-07-27)

Features

Add google/api/policy.proto
Add method_policies to Control

(adam)

2023-08-05 06:19:18 UTC MAIN commitmail json YAML

py-djangorestframework: updated to 3.14.0

Django REST framework 3.14
Django 4.1 support
The latest release now fully supports Django 4.1, and drops support for Django 2.2.

Our requirements are now:

Python 3.6+
Django 4.1, 4.0, 3.2, 3.1, 3.0
raise_exceptions argument for is_valid is now keyword-only.
Calling serializer_instance.is_valid(True) is no longer acceptable syntax. If you'd like to use the raise_exceptions argument, you must use it as a keyword argument.

ManyRelatedField supports returning the default when the source attribute doesn't exist.
Previously, if you used a serializer field with many=True with a dot notated source field that didn't exist, it would raise an AttributeError. Now it will return the default or be skipped depending on the other arguments.

Make Open API get_reference public.
Returns a reference to the serializer component. This may be useful if you override get_schema().

Change semantic of OR of two permission classes.
When OR-ing two permissions, the request has to pass either class's has_permission() and has_object_permission().

Previously, both class's has_permission() was ignored when OR-ing two permissions together.

Minor fixes and improvements
There are a number of minor fixes and improvements in this release. See the release notes page for a complete listing.

(adam)

2023-08-05 06:16:27 UTC MAIN commitmail json YAML

2023-08-05 06:15:14 UTC MAIN commitmail json YAML

Updated net/py-s3cmd, sysutils/dbus-python-common, sysutils/py-dbus

(adam)

2023-08-05 06:14:05 UTC MAIN commitmail json YAML

2023-08-05 06:13:27 UTC MAIN commitmail json YAML

Add some more KDE Gear components.

(markd)

2023-08-05 06:08:47 UTC MAIN commitmail json YAML

dbus-python-common: updated to 1.3.2

dbus Python Bindings 1.3.2 (2022-09-06)
=======================================

Fixes:

* Reinstate PKG-INFO and egg-info in source tarball, so that it can be
  used as a PyPI sdist

* Fix reStructured Text formatting in NEWS

dbus Python Bindings 1.3.0 (2022-09-06)
=======================================

Dependencies:

* Python 3, version 3.5 or later, is required.
  An upstream-supported version (currently 3.7 or later) is strongly
  recommended, and a future version of dbus-python is likely to require
  Python 3.7 or later.
  Python 2 is no longer supported.

* Installing from source code using Meson requires Python 3.5 or later
  and Meson 0.56.2 or later. This is now the recommended build system.

* Installing from source code using Autotools requires Python 3.5 or later.
  The Autotools build system is likely to be removed in a future version.

* Installing from PyPI using pip or from source code via setup.py
  requires Python 3.7 or later, Meson 0.60.3 or later, meson-python 0.8.1
  or later, and their dependencies (ninja, patchelf, setuptools, wheel).

API changes:

* dbus.gobject_service, dbus.types.UTF8String and the utf8_strings
  keyword argument were only usable with Python 2, and therefore have
  been removed, along with the rest of the special cases for Python 2.

Enhancements:

* Add a Meson build system

* Add methods to Message objects to manipulate the interactive
  authorization flag

* Add licensing information in REUSE format

Fixes:

* Raise ValueError instead of crashing with assertion failure when a
  Unix fd index number is greater than the number of fds actually attached
  to the message

* Raise ValueError instead of crashing with assertion failure when
  a negative number is passed to the UnixFd constructor

* Fix undefined escape sequences in docstrings

* Make `distcheck` compatible with Automake 1.16.4, by forcing an
  appropriate prefix to be used

* Update AX_PYTHON_DEVEL from autoconf-archive for better
  forwards-compatibility

* Avoid various deprecation warnings in the build system

  - distutils.sysconfig → sysconfig
  - distutils.util → sysconfig
  - AC_PROG_LIBTOOL → LT_INIT
  - AC_HELP_STRING → AS_HELP_STRING

* Fix CI for recent Python and Automake versions

* Update bug reporting URL

(adam)

2023-08-05 06:06:07 UTC MAIN commitmail json YAML

py-s3cmd: updated to 2.3.0

s3cmd-2.3.0      - 2022-10-03
===============
* Added "getnotification", "setnotification", and "delnotification" commands for notification policies (hrchu)
* Added support for AWS_STS_REGIONAL_ENDPOINTS
* Added ConnectionRefused [111] exit code to handle connection errors (Salar Nosrati-Ershad)
* Added support for IMDSv2. Should work automatically on ec2 (Anthony Foiani)
* Added --list-allow-unordered to list objects unordered. Only supported by Ceph based s3-compatible services
* Fixed --exclude dir behavior for python >= 3.6 (Daniil Tararukhin)
* Fixed Cloudfront invalidate retry issue (Yuan-Hsiang Lee)
* Fixed 0 byte cache files crashing s3cmd
* Fixed --continue behavior for the "get" command
* Fixed unicode issue with fixbucket
* Fixed CannotSendRequest and ConnectionRefusedError errors at startup
* Fixed error reporting for object info when the object does not exist
* Fixed "setup.py test" to do nothing to avoid failure that could be problematic for distribution packaging
* Improved expire command to use Rule/Filter/Prefix for LifecycleConfiguration
* Improved PASS/CHECK/INCLUDE/EXCLUDE debug log messages
* Improved setup.py with python 3.9 and 3.10 support info(Ori Avtalion)
* Many other bug fixes

s3cmd-2.2.0      - 2021-09-27
===============
* Added support for metadata modification of files bigger than 5 GiB
* Added support for remote copy of files bigger than 5 GiB using MultiPart copy (Damian Martinez, Florent Viard)
* Added progress info output for multipart copy and current-total info in output for cp, mv and modify
* Added support for all special/foreign character names in object names to cp/mv/modify
* Added support for SSL authentication (Aleksandr Chazov)
* Added the http error 429 to the list of retryable errors
* Added support for listing and resuming of multipart uploads of more than 1000 parts
* Added time based expiration for idle pool connections in order to avoid random broken pipe errors
* Added support for STS webidentity authentication (ie AssumeRole and AssumeRoleWithWebIdentity) (Samskeyti, Florent Viard)
* Added support for custom headers to the mb command
* Improved MultiPart copy to preserve acl and metadata of objects
* Improved the server errors catching and reporting for cp/mv/modify commands
* Improved resiliency against servers sending garbage responses
* Improved remote copy to have consistent copy of metadata in all cases: multipart or not, aws or not
* Improved security by revoking public-write acl when private acl is set
* Improved speed when running on an EC2 instance
* Reduced connection_max_age to 5s to avoid broken pipes as AWS closes https conns after around 6s
* Ensure that KeyboardInterrupt are always properly raised
* Changed sized of multipart copy chunks to 1 GiB
* Fixed ValueError when using more than one ":" inside add_header in config file
* Fixed extra label issue when stdin used as source of a MultiPart upload
* Fixed remote copy to allow changing the mime-type (ie content-type) of the new object
* Fixed remote_copy to ensure that meta-s3cmd-attrs will be set based on the real source and not on the copy source
* Fixed deprecation warnings due to invalid escape sequences (Karthikeyan Singaravelan)
* Fixed getbucketinfo that was broken when the bucket lifecycle uses the filter element (Liu Lan)
* Fixed RestoreRequest XML namespace URL
* Fixed PARTIAL exit code that was not properly set when needed for object_get
* Fixed a possible inifinite loop when a file is truncated during hashsum or upload
* Fixed report_exception wrong error when LANG env var was not set
* Fixed wrong wiki url in error messages (Alec Barrett)
* Py3: Fixed an AttributeError when using the "files-from" option
* Py3: Fixed compatibility issues due to the removal of getchildren() from ElementTree in python 3.9
* Py3: Fixed compatibility issues due to the removal of encodestring() in python 3.9
* Fixed a crash when the AWS_ACCESS_KEY env var is set but not AWS_SECRET_KEY
* Cleanup of check_md5 (Riccardo Magliocchetti)
* Removed legacy code for dreamhost that should be necessary anymore
* Migrated CI tests to use github actions (Arnaud Jaffre)
* Improved README with a link to INSTALL.md (Sia Karamalegos)
* Improved help content (Dmitrii Korostelev, Roland Van Laar)
* Improvements for setup and build configurations
* Many other bug fixes

s3cmd-2.1.0      - 2020-04-07
===============
* Changed size reporting using k instead of K as it a multiple of 1024
* Added "public_url_use_https" config to generate public url using https
* Added option to make connection pooling configurable and improvements (Arto Jantunen)
* Added support for path-style bucket access to signurl (Zac Medico)
* Added docker configuration and help to run test cases with multiple Python versions (Doug Crozier)
* Relaxed limitation on special chars for --add-header key names
* Fixed all regions that were automatically converted to lower case (Harshavardhana)
* Fixed size and alignment of DU and LS output reporting
* Fixes for SignatureDoesNotMatch error when host port 80 or 443 is specified, due to stupid servers
* Fixed the useless retries of requests that fail because of ssl cert checks
* Fixed a possible crash when a file disappears during cache generation
* Fixed unicode issues with IAM
* Fixed unicode errors with bucked Policy/CORS requests
* Fixed unicode issues when loading aws_credential_file
* Fixed an issue with the tenant feature of CephRGW. Url encode bucket_name for path-style requests
* Fixed signature v2 always used when bucket_name had special chars
* Allow to use signature v4 only, even for commands without buckets specified
* Fixed small open file descriptor leaks.
* Py3: Fixed hash-bang in headers to not force using python2 when setup/s3cmd/run-test scripts are executed directly.
* Py3: Fixed unicode issues with Cloudfront
* Py3: Fixed http.client.RemoteDisconnected errors
* Py3: Fixed 'dictionary changed size during iteration' error when using a cache-file
* Py3: Fixed the display of file sizes (Vlad Presnyak)
* Py3: Python 3.8 compatibility fixes (Konstantin Shalygin)
* Py2: Fixed unicode errors sometimes crashing remote2remote sync
* Added s3cmd.egg-info to .gitignore (Philip Dub辿)
* Improved run-test script to not use hard-coded bucket names
* Renamed INSTALL to INSTALL.md and improvements (Nitro, Prabhakar Gupta)
* Improved the restore command help (Hrchu)
* Updated the storage-class command help with the recent aws s3 classes
* Fixed typo in the --continue-put help message (Pengyu Chen)
* Fixed typo
* Improvements for setup and build configurations
* Many other bug fixes

s3cmd-2.0.2      - 2018-07-15
===============
* Fixed unexpected timeouts encountered during requests or transfers due to AWS strange connection short timeouts
* Fixed a throttle issue slowing down too much transfers in some cases
* Added support for $AWS_PROFILE
* Added clarification comment for the socket_timeout configuration value OS limit
* Avoid distutils usage at runtime (Matthias Klose)
* Python 2 compatibility: Fixed import error of which with fallback code (Gianfranco Costamagna)
* Fixed Python 3 bytes string encoding when getting IAM credentials (Alexander Allakhverdiyev)
* Fixed handling of config tri-state bool values (like acl_public) (Brian C. Lane)
* Fixed V2 signature when restore command is used (Jan Kasiak)
* Fixed setting full_control on objects with public read access (Matthew Vernon)
* Fixed a bug when only one path is supplied with Cloudfront. (Mikael Svensson)
* Fixed signature errors with 'modify' requests (Radek Simko)
* Fixed - Fix setacl command exception (Robert Moucha)
* Fixed error reporting if deleting a source object failed after a move
* Many other bug fixes

Important info: AWS S3 doesn't allow anymore uppercases and underscores in bucket names since march 1, 2018

s3cmd-2.0.1      - 2017-10-21
===============
* Support for Python 3 is now stable
* Fixed signature issues due to upper cases in hostname
* Improved support for Minio Azure gateway (Julien Maitrehenry, Harshavardhana)
* Added signurl_use_https option to use https prefix for signurl (Julien Recurt)
* Fixed a lot of remaining issues and regressions for Python 3
* Fixed --configure option with Python 3
* Fixed non string cmdline parameters being ignored
* Windows support fixes
* Don't force anymore to have a / on last parameter for the "modify" command
* Removed the python3 support warning
* Detect and report error 403 in getpolicy for info command
* Added a specific error message when getting policy by non owner
* Many other bug fixes

s3cmd-2.0.0      - 2017-06-26
===============
* Added support for Python 3 (Shaform, Florent Viard)
* Added getlifecycle command (Daniel Gryniewicz)
* Added --cf-inval for invalidating multiple CF distributions (Joe Mifsud)
* Added --limit to "ls" and "la" commands to return the specified number of objects (Masashi Ozawa)
* Added --token-refresh and --no-token-refresh and get the access token from the environment (Marco Jakob)
* Added --restore-priority and --restore-days for S3 Glacier (Robert Palmer)
* Fixed requester pays header with HEAD requests  (Christian Rodriguez)
* Don't allow mv/cp of multiple files to single file (Guy Gur-Ari)
* Generalize wildcard certificate forgiveness (Mark Titorenko)
* Multiple fixes for SSL connections and proxies
* Added support for HTTP 100-CONTINUE
* Fixes for s3-like servers
* Big cleanup and many unicode fixes
* Many other bug fixes

(adam)

2023-08-05 06:05:13 UTC MAIN commitmail json YAML

kontactinterface: add version 23.04.3

This library provides the glue necessary for application "Parts"
to be embedded as a Kontact component (or plugin).

(markd)

2023-08-05 06:01:12 UTC MAIN commitmail json YAML

konqueror: add version 23.04.3

konqueror is KDE's advanced File Manager, Web Browser and
Universal Viewing Application.

(markd)

2023-08-05 05:55:04 UTC MAIN commitmail json YAML

2023-08-05 05:50:16 UTC MAIN commitmail json YAML

2023-08-05 05:45:58 UTC MAIN commitmail json YAML

kdialog: add version 23.04.3

kdialog allows you to display dialog boxes from shell scripts.
The syntax is very much inspired from the "dialog" command
(which shows text mode dialogs).

However the width and height attributes have been removed for
most dialogs - Qt/KDE have layouts ;)

(markd)

2023-08-05 05:40:27 UTC MAIN commitmail json YAML

2023-08-05 00:38:53 UTC MAIN commitmail json YAML

grantleetheme: add version 23.04.3

GrantleeTheme library provides a class for loading theme packages containing
set of templates.

(markd)

2023-08-05 00:37:23 UTC MAIN commitmail json YAML

2023-08-05 00:29:38 UTC MAIN commitmail json YAML

2023-08-05 00:14:05 UTC MAIN commitmail json YAML

doc: Updated sysutils/restic to 0.16.0

(iquiw)

2023-08-05 00:13:31 UTC MAIN commitmail json YAML

restic: update to 0.16.0

Pkgsrc changes:

* Update man files to be installed.

Upstream changes:

* Fix #2565: Support "unlimited" in forget --keep-* options
* Fix #3311: Support non-UTF8 paths as symlink target
* Fix #4199: Avoid lock refresh issues on slow network connections
* Fix #4274: Improve lock refresh handling after standby
* Fix #4319: Correctly clean up status bar output of the backup command
* Fix #4333: generate and init no longer silently ignore unexpected arguments
* Fix #4400: Ignore missing folders in rest backend
* Chg #4176: Fix JSON message type of scan_finished for the backup command
* Chg #4201: Require Go 1.20 for Solaris builds
* Enh #426: Show progress bar during restore
* Enh #719: Add --retry-lock option
* Enh #1495: Sort snapshots by timestamp in restic find
* Enh #1759: Add repair index and repair snapshots commands
* Enh #1926: Allow certificate paths to be passed through environment variables
* Enh #2359: Provide multi-platform Docker images
* Enh #2468: Add support for non-global Azure clouds
* Enh #2679: Reduce file fragmentation for local backend
* Enh #3328: Reduce memory usage by up to 25%
* Enh #3397: Improve accuracy of ETA displayed during backup
* Enh #3624: Keep oldest snapshot when there are not enough snapshots
* Enh #3698: Add support for Managed / Workload Identity to azure backend
* Enh #3871: Support <snapshot>:<subfolder> syntax to select subfolders
* Enh #3941: Support --group-by for backup parent selection
* Enh #4130: Cancel current command if cache becomes unusable
* Enh #4159: Add --human-readable option to ls and find commands
* Enh #4188: Include restic version in snapshot metadata
* Enh #4220: Add jq binary to Docker image
* Enh #4226: Allow specifying region of new buckets in the gs backend
* Enh #4375: Add support for extended attributes on symlinks

(iquiw)

2023-08-04 23:52:48 UTC MAIN commitmail json YAML

qt6: bump PKGREVISION to reflect additions in previous commit

(gutteridge)

2023-08-04 22:52:23 UTC MAIN commitmail json YAML

Updated www/py-klein, www/py-landslide

(adam)

2023-08-04 22:50:55 UTC MAIN commitmail json YAML

py-landslide: updated to 2.0.0

v2.0.0

- Drop Python 2 support
- Upgrade requirements
- Stop using Travis for CI
- Start using GitHub Actions for CI
- Fix path assert in test on Windows

(adam)

2023-08-04 22:46:24 UTC MAIN commitmail json YAML

py-klein: updated to 23.5.0

23.5.0
Download from PyPI; this is a placeholder just so folks don't see an old release.

(adam)

2023-08-04 22:40:45 UTC MAIN commitmail json YAML

py-verboselogs: update HOMEPAGE; add USE_LANGUAGES

(adam)

2023-08-04 22:30:09 UTC MAIN commitmail json YAML

2023-08-04 20:38:07 UTC MAIN commitmail json YAML

Updated textproc/ugrep, archivers/unrar

(adam)

2023-08-04 20:37:46 UTC MAIN commitmail json YAML

unrar: updated to 6.2.10

6.2.10
Unknown changes

(adam)

2023-08-04 20:36:30 UTC MAIN commitmail json YAML

ugrep: updated to 3.12.5

ugrep v3.12.5

New --iglob and --glob-ignore-case options, as requested by ugrep users.

(adam)

2023-08-04 20:06:55 UTC MAIN commitmail json YAML

Updated devel/SDL2, fonts/py-fonttools

(adam)

2023-08-04 20:06:28 UTC MAIN commitmail json YAML

py-fonttools: updated to 4.42.0

4.42.0 (released 2023-08-02)
----------------------------

- [varLib] Use sentinel value 0xFFFF to mark a glyph advance in hmtx/vmtx as non
  participating, allowing sparse masters to contain glyphs for variation purposes other
  than {H,V}VAR
- [varLib/cff] Treat empty glyphs in non-default masters as missing, thus not participating
  in CFF2 delta computation, similarly to how varLib already treats them for gvar
- Added varLib.avarPlanner script to deduce 'correct' avar v1 axis mappings based on
  glyph average weights

(adam)

2023-08-04 20:03:10 UTC MAIN commitmail json YAML

SDL2: updated to 2.28.2

2.28.2

This is a stable bugfix release, with the following changes:

Fixed occasionally failing to open the clipboard on Windows
Fixed crash at shutdown when using the D3D11 renderer
Fixed setting the viewport when using the D3D12 renderer
Fixed crash using SDL event functions before initializing SDL on Windows
Fixed Xbox controller trigger motion events on Windows
Fixed Xbox controller rumble in the background on Windows
Added the hint SDL_HINT_JOYSTICK_WGI to control whether to use Windows.Gaming.Input for controllers
Fixed 8BitDo gamepad mapping when in XInput mode on Linux
Fixed controller lockup initializing some unofficial PS4 replica controllers
Fixed video initialization on headless Linux systems using VNC
Fixed large mouse jump when changing relative mouse mode on macOS
Fixed hardware keyboard text input on iPadOS

(adam)

2023-08-04 19:44:01 UTC MAIN commitmail json YAML

qt6-qtbase: add "used by" for new packages; use clang settings in qmake.conf.mac

(adam)

2023-08-04 19:42:01 UTC MAIN commitmail json YAML

qt6: add qt6-qtwayland, qt6-qtvirtualkeyboard, qt6-qtconnectivity, qt6-qtsensors

(adam)

2023-08-04 19:41:26 UTC MAIN commitmail json YAML

Added devel/qt6-qtwayland, inputmethod/qt6-qtvirtualkeyboard, comms/qt6-qtconnectivity, misc/qt6-qtsensors

(adam)

2023-08-04 19:40:42 UTC MAIN commitmail json YAML

2023-08-04 19:37:01 UTC MAIN commitmail json YAML

2023-08-04 19:24:22 UTC MAIN commitmail json YAML

qt6-qtwayland: added to Makefile

(adam)

2023-08-04 19:23:30 UTC MAIN commitmail json YAML

qt6-qtvirtualkeyboard: added version 6.5.2

Qt Virtual Keyboard is a virtual keyboard framework that consists of a C++
backend supporting custom input methods as well as a UI frontend implemented
in QML.

(adam)

2023-08-04 19:16:47 UTC MAIN commitmail json YAML

2023-08-04 17:36:30 UTC MAIN commitmail json YAML

gst-plugins1-base: fails in strict ISO C mode on some platforms

(nia)

2023-08-04 17:27:43 UTC MAIN commitmail json YAML

alephone: "fails with C++14 default language" is no longer accurate
(in fact it requires c++17)

(nia)

2023-08-04 17:15:08 UTC MAIN commitmail json YAML

xfmail: Fix typo.

(nia)

2023-08-04 17:10:08 UTC MAIN commitmail json YAML

py-qt-builder: fix for Darwin - application bundles are not supported

(adam)

2023-08-04 17:06:48 UTC MAIN commitmail json YAML

pcsxr: use gnu99 for typeof

(nia)

2023-08-04 14:27:56 UTC MAIN commitmail json YAML

flycast: Bump compiler requirement due to ICE.

(nia)

2023-08-04 13:11:24 UTC MAIN commitmail json YAML

gimp-ufraw: Adapt to newer glib and exiv2

  - patch ufraw for newer error and pointer (AutoPtr to UniquePtr) types
  - avoid extern C around glib includes
  - don't force --std=c++03, because exiv2 fails with that

(gdt)

2023-08-04 12:49:57 UTC MAIN commitmail json YAML

doc: Updated net/piratebay to 0.1.7

(pin)

2023-08-04 12:49:28 UTC MAIN commitmail json YAML

net/piratebay: update to 0.1.7

What's Changed
- Add NetBSD by @0323pin in #7
- Fix: use rustls instead of openssl by @tsirysndr in #9

(pin)

2023-08-04 09:52:50 UTC MAIN commitmail json YAML

Added devel/py-test-mypy-plugins; Updated sysutils/py-loguru

(adam)

2023-08-04 09:52:31 UTC MAIN commitmail json YAML

py-loguru: updated to 0.7.0

0.7.0

Update InterceptHandler recipe to make it compatible with Python 3.11
Add a new watch optional argument to file sinks in order to automatically re-create possibly deleted or changed file
Make patch() calls cumulative instead of overriding the possibly existing patching function
Make sinks added with enqueue=True and catch=False still process logged messages in case of internal exception
Avoid possible deadlocks caused by re-using the logger inside a sink, a signal handler or a __del__ method. Since the logger is not re-entrant, such misuse will be detected and will now generate a RuntimeError
Fix file sink rotation using an aware datetime.time for which the timezone was ignored
Fix logs colorization not automatically enabled for Jupyter Notebook and Google Colab
Fix logs colorization not automatically enabled for Github Actions and others CI platforms
Fix logger.complete() possibly hanging forever when enqueue=True and catch=False if internal thread killed due to Exception raised by sink
Fix incompatibility with freezegun library used to simulate time
Raise exception if logger.catch() is used to wrap a class instead of a function to avoid unexpected behavior

(adam)

2023-08-04 09:49:45 UTC MAIN commitmail json YAML

py-test-mypy-plugins: substiture mypy command name

(adam)

2023-08-04 09:33:44 UTC MAIN commitmail json YAML

2023-08-04 09:04:21 UTC MAIN commitmail json YAML

doc: Updated textproc/lok to 0.2.3

(pin)

2023-08-04 09:03:56 UTC MAIN commitmail json YAML

textproc/lok: update to 0.2.3

- add lisp to config.rs
- add kotlin to config.rs
- bump dependencies and fix clippy warnings

(pin)

2023-08-04 09:03:13 UTC MAIN commitmail json YAML

doc: Updated sysutils/zoxide to 0.9.2

(pin)

2023-08-04 09:02:48 UTC MAIN commitmail json YAML

sysutils/zoxide: update to 0.9.2

0.9.2 - 2023-08-04
Added
- Short option -a for zoxide query --all.

Fixed
- PowerShell: use global scope for variables / functions.

(pin)

2023-08-04 08:32:53 UTC MAIN commitmail json YAML

Updated audio/py-audioread, textproc/py-markdown2

(adam)

2023-08-04 08:32:28 UTC MAIN commitmail json YAML

py-markdown2: updated to 2.4.10

python-markdown2 2.4.10

- Allow more relative links in safe mode
- Always restore hashed HTML blocks
- Add `middle-word-em` extra

(adam)

2023-08-04 08:30:19 UTC MAIN commitmail json YAML

py-audioread: updated to 3.0.0

3.0.0
Drop support for Python 2 and older versions of Python 3. The library now requires Python 3.6+. Increase default block size in FFmpegAudioFile to get slightly faster file reading. Cache backends for faster lookup (thanks to @bmcfee). Audio file classes now inherit from a common base AudioFile class.

(adam)

2023-08-04 08:21:09 UTC MAIN commitmail json YAML

Updated net/py-responses, devel/py-test-checkdocs, net/py-pypiserver, textproc/py-fastjsonschema

(adam)

2023-08-04 08:20:10 UTC MAIN commitmail json YAML

py-fastjsonschema: updated to 2.18.0

2.18.0 (2023-07-22)

* Improved error message for required props - only missing are reported
* Fixed support of boolean schema in if-then-else application

(adam)

2023-08-04 08:17:36 UTC MAIN commitmail json YAML

py-pypiserver: updated to 1.5.2

1.5.2 (2023-07-30)
- FIX: Add missing pip dependency
- MAINT: Feat/dependabot
- FIX: Health endpoint usage is missing.
- MAINT: Bump waitress from 1.4.4 to 2.1.2 in /docker
- MAINT: update docs folder
- MAINT: Update README.rst and config.py
- MAINT: add help output for `run` and `update` to README
- MAINT: Update README to reflect run/update commands
- MAINT: Upgrade to psf/black stable style 2023
- MAINT: disable tests on Python3.6
- FIX: explicit optional types in `config.py`
- ENH: :stethoscope: allow customized health check endpoint
- FIX: correct 1.5.1 tag date in CHANGES
- MAINT: from importlib import reload for Python 3
- FIX: force setuptools update + no duplicate runs in GH Actions
- MAINT: Support current versions of CPython
- MAINT: Upgrade GitHub Actions:

(adam)

2023-08-04 08:08:59 UTC MAIN commitmail json YAML

py-test-checkdocs: updated to 2.10.1

v2.10.1
No significant changes.

(adam)

2023-08-04 08:07:45 UTC MAIN commitmail json YAML

py-responses: updated to 0.23.3

0.23.3
* Allow urllib3>=1.25.10

(adam)

2023-08-04 07:08:30 UTC MAIN commitmail json YAML

doc: Updated shells/oh-my-posh to 18.2.2

(pin)

2023-08-04 07:08:03 UTC MAIN commitmail json YAML

shells/oh-my-posh: update to 18.2.2

Bug Fixes
- platform: use built-in sync.Map (2007f9d), closes #4116

(pin)

2023-08-04 07:00:58 UTC MAIN commitmail json YAML

2023-08-04 05:26:59 UTC MAIN commitmail json YAML

wireshark: now qt6 is default for all platforms as now qt6 builds on Darwin

(adam)

2023-08-04 05:25:12 UTC MAIN commitmail json YAML

Updated www/py-django3, devel/py-configargparse

(adam)

2023-08-04 05:24:49 UTC MAIN commitmail json YAML

py-configargparse: updated to 1.7

1.7
added several missed global variables from the argparse module

(adam)