Mon Jun 14 15:39:56 2021 UTC ()
sysutils/ruby-puppet-resource_api: update to 1.8.14

pkgsrc change: correct CATEGORIES.

1.8.14 (2021-06-09)

Implemented enhancements:

* (GH-225) Add support for custom insync #285 (michaeltlombardi)
* Improve type validation error messages to show expected types #279 (timidri)
* Support puppet device --resource ... --to_yaml invocation; drop puppet4
  and jruby 1.7 testing #278 (timidri)

Fixed bugs:

* Git tag 1.8.13 exists, but missing on rubygems.org / in CHANGELOG.md #266

Closed issues:

* CHANGELOG.md entries are missing for latest releases? #258

Merged pull requests:

* Upgrade to GitHub-native Dependabot #287 (dependabot-preview[bot])
* (IAC-1455) - Removal of Inappropriate Terminology #283 (david22swan)
* Update puppetlabs_spec_helper requirement from ~> 2.7 to ~> 3.0 #281
  (dependabot-preview[bot])
* (maint) Update Puppet VS Code Extension ID #277 (jpogran)
* (IAC-859) Add ruby 2.7 to test matrix #276 (DavidS)
* (maint) Cleanup gemfile and fix codecov dependency #275 (DavidS)
* Language correction #270 (epackorigan)
* (maint) Update CHANGELOG #268 (DavidS)
* (maint) update test matrix for current supported versions; remove older
  versions to cut down on resource usage #265 (DavidS)
* (maint) Mock Hocon.load(...) #263 (IrimieBogdan)
* Update rake requirement from ~> 10.0 to ~> 13.0 #262
  (dependabot-preview[bot])
* (maint) update Gemfile to allow use of non-vulnerable rake version 12.3.3
  #260 (DavidS)


(taca)
diff -r1.3 -r1.4 pkgsrc/sysutils/ruby-puppet-resource_api/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/ruby-puppet-resource_api/distinfo
diff -r1.2 -r1.3 pkgsrc/sysutils/ruby-puppet-resource_api/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/ruby-puppet-resource_api/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ruby-puppet-resource_api/Makefile 2020/05/02 13:53:47 1.3
+++ pkgsrc/sysutils/ruby-puppet-resource_api/Makefile 2021/06/14 15:39:55 1.4
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2020/05/02 13:53:47 taca Exp $ 1# $NetBSD: Makefile,v 1.4 2021/06/14 15:39:55 taca Exp $
2 2
3DISTNAME= puppet-resource_api-1.8.13 3DISTNAME= puppet-resource_api-1.8.14
4CATEGORIES= devel 4CATEGORIES= sysutils
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/puppetlabs/puppet-resource_api 7HOMEPAGE= https://github.com/puppetlabs/puppet-resource_api
8COMMENT= Simple way to write new native resources for puppet 8COMMENT= Simple way to write new native resources for puppet
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-hocon>=1.0:../../devel/ruby-hocon 11DEPENDS+= ${RUBY_PKGPREFIX}-hocon>=1.0:../../devel/ruby-hocon
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/ruby-puppet-resource_api/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/ruby-puppet-resource_api/distinfo 2020/05/02 13:53:47 1.3
+++ pkgsrc/sysutils/ruby-puppet-resource_api/distinfo 2021/06/14 15:39:55 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2020/05/02 13:53:47 taca Exp $ 1$NetBSD: distinfo,v 1.4 2021/06/14 15:39:55 taca Exp $
2 2
3SHA1 (puppet-resource_api-1.8.13.gem) = c820f8178a9b005ee21076127f630663675fa2b2 3SHA1 (puppet-resource_api-1.8.14.gem) = 8f27dd9b6cf275cffa575fce50e7c29693789dc6
4RMD160 (puppet-resource_api-1.8.13.gem) = 16286bf75702a2b0701c0c0bb97c35b261b66a67 4RMD160 (puppet-resource_api-1.8.14.gem) = bf2720bff07b0436a312bbedafa89fa4b740158e
5SHA512 (puppet-resource_api-1.8.13.gem) = a517a10c6de3d95cfcc2b348a5840a44322b43ee8ec3589055c5002e7dcc13e7bd938952a1207b5dfabd68a428b798320c273d0bda22bd0eec211de5aeb4ae26 5SHA512 (puppet-resource_api-1.8.14.gem) = 72b4c5adae526c664b15c7c55c9d89b45d331a5ca2f82c68094f8eb66677847c46aec5471f57748ab64369c67967b76eb5a9e84a85f9a2944566644a677dce80
6Size (puppet-resource_api-1.8.13.gem) = 109568 bytes 6Size (puppet-resource_api-1.8.14.gem) = 112128 bytes

cvs diff -r1.2 -r1.3 pkgsrc/sysutils/ruby-puppet-resource_api/PLIST (expand / switch to unified diff)

--- pkgsrc/sysutils/ruby-puppet-resource_api/PLIST 2020/03/24 18:25:55 1.2
+++ pkgsrc/sysutils/ruby-puppet-resource_api/PLIST 2021/06/14 15:39:55 1.3
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.2 2020/03/24 18:25:55 taca Exp $ 1@comment $NetBSD: PLIST,v 1.3 2021/06/14 15:39:55 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.dependency_decisions.yml 3${GEM_LIBDIR}/.dependency_decisions.yml
4${GEM_LIBDIR}/.fixtures.yml 4${GEM_LIBDIR}/.fixtures.yml
 5${GEM_LIBDIR}/.github/dependabot.yml
5${GEM_LIBDIR}/.gitignore 6${GEM_LIBDIR}/.gitignore
6${GEM_LIBDIR}/.rspec 7${GEM_LIBDIR}/.rspec
7${GEM_LIBDIR}/.rubocop.yml 8${GEM_LIBDIR}/.rubocop.yml
8${GEM_LIBDIR}/.travis.yml 9${GEM_LIBDIR}/.travis.yml
9${GEM_LIBDIR}/CHANGELOG.md 10${GEM_LIBDIR}/CHANGELOG.md
10${GEM_LIBDIR}/CODEOWNERS 11${GEM_LIBDIR}/CODEOWNERS
11${GEM_LIBDIR}/CONTRIBUTING.md 12${GEM_LIBDIR}/CONTRIBUTING.md
12${GEM_LIBDIR}/Gemfile 13${GEM_LIBDIR}/Gemfile
13${GEM_LIBDIR}/HISTORY.md 14${GEM_LIBDIR}/HISTORY.md
14${GEM_LIBDIR}/LICENSE 15${GEM_LIBDIR}/LICENSE
15${GEM_LIBDIR}/NOTICE 16${GEM_LIBDIR}/NOTICE
16${GEM_LIBDIR}/README.md 17${GEM_LIBDIR}/README.md
17${GEM_LIBDIR}/Rakefile 18${GEM_LIBDIR}/Rakefile