Skip to content

Commit

Permalink
mail/ruby-mime-types: update to 3.5.0
Browse files Browse the repository at this point in the history
3.5.0 (2023-08-07)

1 minor enhancement:

* Robb Shecter changed the default log level for duplicate type variant from
  warn to debug in #170.  This works because MIME::Types.logger is intended
  to fit the ::Logger interface, and the default logger (WarnLogger) is a
  subclass of ::Logger that passes through to Kernel.warn.

    - Further consideration has changed cache load messages from warn to
      error and deprecation messages from warn to debug.

1 bug fix:

* Added a definition of MIME::Type#hash. Contributed by Alex Vondrak in
  #167, fixing #166.

Dependency and CI updates:

* Update the .github/workflows/ci.yml workflow to test Ruby 3.2 and more
  reliably test certain combinations rather than depending on exclusions.

* Change .standard.yml configuration to format for Ruby 2.3 as certain files
  are not properly detected with Ruby 2.0.

    - Change from hoe-git to hoe-git2 to support Hoe version 4.

    - Apply standardrb --fix.

    - The above changes have resulted in the Soft deprecation of Ruby
      versions below 2.6.  Any errors reported for Ruby versions 2.0, 2.1,
      2.2, 2.3, 2.4, and 2.5 will be resolved, but maintaining CI for these
      versions is unsustainable.
  • Loading branch information
taca committed Aug 11, 2023
1 parent 8aec491 commit e6c16f3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions mail/ruby-mime-types/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2021/11/23 14:34:55 taca Exp $
# $NetBSD: Makefile,v 1.19 2023/08/11 11:02:35 taca Exp $

DISTNAME= mime-types-3.4.1
DISTNAME= mime-types-3.5.0
CATEGORIES= mail

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion mail/ruby-mime-types/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.14 2018/09/23 15:41:37 taca Exp $
@comment $NetBSD: PLIST,v 1.15 2023/08/11 11:02:35 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.standard.yml
${GEM_LIBDIR}/Code-of-Conduct.md
${GEM_LIBDIR}/Contributing.md
${GEM_LIBDIR}/History.md
Expand Down
8 changes: 4 additions & 4 deletions mail/ruby-mime-types/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.20 2021/11/23 14:34:55 taca Exp $
$NetBSD: distinfo,v 1.21 2023/08/11 11:02:35 taca Exp $

BLAKE2s (mime-types-3.4.1.gem) = ddcb7d0c5bd5efaa8f842b5470868ab5549d68526655a9f1aef76da93e7203ba
SHA512 (mime-types-3.4.1.gem) = d0cec7afbe1685c008765997c3047f23bbb0bd10989cd82475805f932e61c400b3d2e60f5f95804c46919b57f0d3644c866be358b0c4c653ace43d62bbc98e4f
Size (mime-types-3.4.1.gem) = 36864 bytes
BLAKE2s (mime-types-3.5.0.gem) = ad639ef7b6f5b316df36271fcfe6c8422f584b03be51a1994b665a3679bfaff5
SHA512 (mime-types-3.5.0.gem) = c7177a2a54aaa8af88f14222c48011905379586ac160cab420dd7c49bfaa92159dd034398200908f5e18440ff69dbff767390948cbdb92fc325d552ca5087ea8
Size (mime-types-3.5.0.gem) = 37888 bytes

0 comments on commit e6c16f3

Please sign in to comment.