Package Release Info

perl-Dancer2-1.1.2-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-Dancer2

Change Logs

* Thu Dec 12 2024 Tina Müller <timueller+perl@suse.de>
- updated to 1.1.2
  see /usr/share/doc/packages/perl-Dancer2/Changes
  1.1.2     2024-11-25 08:34:51-05:00 America/New_York
    [ BUG FIXES ]
  * None
    [ ENHANCEMENTS ]
  * None
    [ DOCUMENTATION ]
  * None
    [ DEPRECATED ]
  * None
    [ MISC ]
  * PR #1715: Update deprecated download-artifact (dependabot)
  * GH #1716: Remove Scope::Upper from list of recommended deps
    (Russell @veryrusty Jenkins)
  * PR #1718: Add Module::Pluggable as a requirement, excluding
    broken versions (Russell @veryrusty Jenkins)
  * PR #1719: Force install of Module::Pluggable so CI can successfully
    run (Jason A. Crome, Russell @veryrusty Jenkins)
* Fri Jul 19 2024 Tina Müller <timueller+perl@suse.de>
- updated to 1.1.1
  see /usr/share/doc/packages/perl-Dancer2/Changes
  1.1.1     2024-07-18 19:48:00-04:00 America/New_York
    [ BUG FIXES ]
  * GH #1712: Fix use of send_as in templates (Andy Beverley)
    [ ENHANCEMENTS ]
  * None
    [ DOCUMENTATION ]
  * PR #1706: Document missing logging hooks and log format option;
    fix typo in logging test (Jason A. Crome)
    [ DEPRECATED ]
  * None
    [ MISC ]
  * None
* Thu Dec 14 2023 Tina Müller <timueller+perl@suse.de>
- updated to 1.1.0
  see /usr/share/doc/packages/perl-Dancer2/Changes
  1.1.0     2023-12-11 20:28:26-05:00 America/New_York
    [ BUG FIXES ]
  * None
    [ ENHANCEMENTS ]
  * GH #33: Named routes; add uri_for_route keyword (Sawyer X)
    [ DOCUMENTATION ]
  * None
    [ DEPRECATED ]
  * None
    [ MISC ]
  * None
* Tue Oct 10 2023 Tina Müller <timueller+perl@suse.de>
- updated to 1.0.0
  see /usr/share/doc/packages/perl-Dancer2/Changes
  1.0.0     2023-10-09 10:10:10-04:00 America/New_York
    [ BUG FIXES ]
  * GH #1663: Allow overriding of prefix in add_route (GeekRuthie)
  * GH #1675: Stringify VERSION_FROM correctly in Makefile.PL (Jason
    A. Crome)
  * GH #1677: Don't deserialize multipart form data on post (Emil
    Perhinschi)
  * GH #1694: Update JS assets in Dancer2 app skel (Jason A. Crome)
    [ ENHANCEMENTS ]
  * PR #1682: Bump minimum version of Perl to 5.14 (Jason A. Crome)
    [ DOCUMENTATION ]
  * GH #1580: Document the purpose of the .dancer file (Jason A. Crome)
  * GH #1669: Show correct usage of Dancer2::Core::Error (GeekRuthie)
  * GH #1674: Fix POD for input_handle() (mauke)
  * GH #1414: Add documentation resources to the doc map (Jason A.
    Crome, Yanick Champoux)
  * PR #1684: Remove shumphrey from core developers (Steven Humphrey)
  * GH #1685: Document the versioning scheme and Dancer2 release
    process (Jason A. Crome)
  * PR #1688: Fixed various bugs/issues in Dancer2 Pod (Jason A. Crome)
  * PR #1691: Update the contribution guidelines (Jason A. Crome)
  * PR #1692: Change README extension .mkdn -> .md (Jason A. Crome)
    [ DEPRECATED ]
  * GH #1645: Deprecated Dancer2::Test (Jason A. Crome)
  * GH #1646: Deprecated keyword: push_header (Jason A. Crome)
  * GH #1647: Deprecated keyword: header (Jason A. Crome)
  * GH #1648: Deprecated keyword: headers (Jason A. Crome)
  * GH #1649: Deprecated keyword: context (Jason A. Crome)
  * GH #1650: Deprecated: splat/capture named placeholders (Jason A.
    Crome)
  * GH #1651: Deprecated core Request instance method:
    request->dispatch_path (Jason A. Crome)
  * GH #1652: Deprecated keyword in plugins: plugin_setting (Jason A.
    Crome)
  * GH #1653: Deprecated keyword in plugins: dancer_app (Jason A. Crome)
  * GH #1654: Deprecated keyword in plugins: request (Jason A. Crome)
  * GH #1655: Deprecated keyword in plugins: var (Jason A. Crome)
  * GH #1656: Deprecated keyword in plugins: hook (Jason A. Crome)
    [ MISC ]
  * GH #1659: Rename `master` branch to be `main` (Yanick Champoux)
* Mon Feb 06 2023 Tina Müller <timueller+perl@suse.de>
- updated to 0.400001
  see /usr/share/doc/packages/perl-Dancer2/Changes
  0.400001  2023-02-05 18:41:48-05:00 America/New_York
    [ BUG FIXES ]
  * PR #1247: Fix edge case in plugin compat (Sawyer X)
  * GH #1621: Fix recursion error in TT after longjump (Andy Beverley,
    Russell @veryrusty Jenkins)
  * PR #1667: Remove failing module from GitHub Actions
    config (Jason A. Crome)
    [ ENHANCEMENTS ]
  * GH #769, PR #829, #1662: Rename show_errors as show_stacktrace
    (Nuno Ramos Carvalho, Sawyer X)
  * GH #1594: Use Unicode::UTF8 if available (Sawyer X)
    [ DOCUMENTATION ]
  * GH #1657: Fix the Dancer2::DeprecationPolicy abstract (Jason A. Crome)
  * GH #1661: Add 'gen' command to 'dancer2' runs (Steve Bertrand)
  * PR #1671: Fix broken links in POD; avoid passive voice (Tom Hukins)
* Tue Mar 15 2022 Tina Müller <timueller+perl@suse.de>
- updated to 0.400000
  see /usr/share/doc/packages/perl-Dancer2/Changes
  0.400000  2022-03-13 22:16:13-04:00 America/New_York
    [ BUG FIXES ]
  * PR #1634: Fix CI push setting to run tests on branches with / in the
    name (Stefan Hornburg - Racke)
  * PR #1641: Fix uninitialized warnings from parsing routes with mixed
    regex/splats (Russell @veryrusty Jenkins)
    [ ENHANCEMENTS ]
  * PR #1627: Set minimum Perl to 5.10.1 (Peter Mottram - SysPete)
  * PR #1643: Set minimum Perl to 5.12.5 (Jason A. Crome)
    [ DOCUMENTATION ]
  * PR #1633: Fix YAML example in the tutorial (Tina Müller)
  * PR #1644: Add deprecation policy to docs; link git guide (Jason A.
    Crome)
* Mon Jun 07 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.301004
  see /usr/share/doc/packages/perl-Dancer2/Changes
  0.301004  2021-06-06 13:30:28-04:00 America/New_York
    [ BUG FIXES ]
  * GH #1624: Fix missing gen subcommand in tutorial (racke)
  * PR #1626: Add File::Which to Dancer2 dependencies (Jason A. Crome)
    [ ENHANCEMENTS ]
  * None
    [ DOCUMENTATION ]
  * None
  0.301003  2021-06-03 09:24:33-04:00 America/New_York
    [ BUG FIXES ]
  * GH #1611: Redirect '/' doesn't always work as expected (Russell
    @veryrusty Jenkins, Christopher Gurnee)
  * PR #1620: Quiet spammy failing CI builds (Jason A. Crome)
  * PR #1623: Copy Dockerfile from the right spot (Jason A. Crome)
    [ ENHANCEMENTS ]
  * PR #1613: Add git features to Dancer2 CLI (Jason A. Crome)
  * PR #1614: Generate Dockerfile when creating new app (Jason A. Crome)
    [ DOCUMENTATION ]
  * PR #1563: Fix typos in perlcritic.rc notes (Achyut Kumar Panda)
  * PR #1609: Document and test for missing DSL keywords (racke, Jason A.
    Crome)
  * PR #1618: Provide a consistent list of community resources (Jason A.
    Crome)
  * PR #1619: Clarify Dancer2::Template::Simple's role in life (Jason A.
    Crome)
  0.301002  2021-04-18 15:29:32-04:00 America/New_York
    [ BUG FIXES ]
  * None
    [ ENHANCEMENTS ]
  * GH #1593: Log files used to build config (Nick Tonkin)
  * PR #1608: Migrate CLI to CLI::Osprey (Jason A. Crome)
    [#] PR #1610: Replace File::Find with Path::Tiny in CLI (Jason A. Crome)
    [ DOCUMENTATION ]
  * PR #1597: Update Core/Hook.pm Pod (Paul Clements)
* Thu Mar 18 2021 Tina Müller <tina.mueller@suse.com>
- Remove manual dependencies in cpanspec.yml (fixed upstream)
* Thu Mar 18 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.301001
  see /usr/share/doc/packages/perl-Dancer2/Changes
  0.301001  2021-03-17 08:52:34-04:00 America/New_York
    [ BUG FIXES ]
  * PR #1607: Fix broken tests following App::Cmd removal (Jason Crome)
    [ ENHANCEMENTS ]
  * PR #1606: Clean up various build prereqs (Graham Knop)
    [ DOCUMENTATION ]
  * None
  0.301000  2021-03-15 18:58:17-04:00 America/New_York
    [ BUG FIXES ]
  * PR #1586: Run version checks against MetaCPAN (Jason A. Crome)
  * PR #1604: Remove App::Cmd dependency; have script/dancer2 bail if
    it's not installed (David Precious)
    [ ENHANCEMENTS ]
  * GH #1064: Add DSL keyword request_data (Mickey Nasriachi)
  * PR #1581: Disable scheduled GitHub action on Forks (Gabor Szabo)
  * PR #1590: Improve install/documentation of XS modules (Jason A. Crome)
  * PR #1591: Add more plugins to GitHub Actions CI (Gabor Szabo)
    [ DOCUMENTATION ]
  * GH #1582: Small fixes in Migration POD (Sergiy Borodych)
  * PR #1595: Add cookbook recipe for enabling/disabling routes at
    runtime (Nick Tonkin)
  * PR #1599: Punctuation correction in docs (Nick Tonkin)
* Wed Jan 27 2021 Tina Müller <tina.mueller@suse.com>
- Explicitly specify perl(Role::Tiny) >= 2.000008