ruby-hamster 3.0.0-3 source package in Ubuntu

Changelog

ruby-hamster (3.0.0-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update watch file format version to 4.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-concurrent.
    + ruby-hamster: Drop versioned constraint on ruby-concurrent in Depends.

  [ Daniel Leidert ]
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Add ruby-sorted-set for Ruby 3 tests (see #996238).
    (Standards-Version): Bump to 4.6.0.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
  * d/rules: Enable gem installation layout.
  * d/watch: Use secure gemwatch URL.
  * d/patches/0003-ignore-failing-tests-caused-by-new-sorted_set.patch: Add.
    - Sorted_set breaks some tests. This can be ignored at the moment.
  * d/patches/0004-support-Ruby-3.0.patch: Add patch.
    - Attempt to add Ruby 3.0 support.
  * d/patches/series: Enable new patches.
  * d/upstream/metadata: Add Archive and Changelog fields.

 -- Daniel Leidert <email address hidden>  Sun, 28 Nov 2021 01:59:19 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-hamster_3.0.0-3.dsc 2.0 KiB 09cde2e5b436dfad61f190fc2ea00fad699a4790d59b9e45edb983ff8787b8c0
ruby-hamster_3.0.0.orig.tar.gz 126.1 KiB 6c8d5c12d3770559401b72c742ac540875a6dcd568c525b3f8c7ffe776429bbf
ruby-hamster_3.0.0-3.debian.tar.xz 3.9 KiB 70b236e365aeac86077e61d7942e5182bc77f93f8ae0bcfa0de7fd864db7eaab

Available diffs

No changes file available.

Binary packages built by this source

ruby-hamster: Efficient, immutable, thread-safe collection classes for Ruby

 Hamster collections are immutable. Whenever you modify a Hamster
 collection, the original is preserved and a modified copy is
 returned. This makes them inherently thread-safe and sharable.