11
0

Compare commits

3 Commits

Author SHA256 Message Date
2859e412f5 Add Gitea build results 2025-08-12 18:16:33 +02:00
e42dc98dd8 Accepting request 1291921 from devel:languages:perl
Forwarded request #1291899 from tinita

- updated to 1.600.0 (1.6)
   see /usr/share/doc/packages/perl-Plack-Test-Agent/Changes
  1.6       2025-07-05 01:02:12Z
  * Remove experimental note, given age of API (GH#2) (Andy Beverley)
  * Add PUT and DELETE HTTP methods (GH#1) (Andy Beverley)

OBS-URL: https://build.opensuse.org/request/show/1291921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Plack-Test-Agent?expand=0&rev=3
2025-07-11 19:30:38 +00:00
b6d9732762 Accepting request 1291899 from devel:languages:perl:autoupdate
- updated to 1.600.0 (1.6)
   see /usr/share/doc/packages/perl-Plack-Test-Agent/Changes
  1.6       2025-07-05 01:02:12Z
  * Remove experimental note, given age of API (GH#2) (Andy Beverley)
  * Add PUT and DELETE HTTP methods (GH#1) (Andy Beverley)

OBS-URL: https://build.opensuse.org/request/show/1291899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack-Test-Agent?expand=0&rev=6
2025-07-11 10:18:41 +00:00
5 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3816dc777c869d86c993ecbcb39c9089663de0dc85302376c9f1a61486522545
size 26047

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42ca970fcc2762603808ec868a437b7862c78f0983ece6a2fddb990fbae9e080
size 28011

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Plack-Test-Agent/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Plack-Test-Agent)

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 5 05:33:38 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.600.0 (1.6)
see /usr/share/doc/packages/perl-Plack-Test-Agent/Changes
1.6 2025-07-05 01:02:12Z
* Remove experimental note, given age of API (GH#2) (Andy Beverley)
* Add PUT and DELETE HTTP methods (GH#1) (Andy Beverley)
-------------------------------------------------------------------
Thu Feb 6 22:28:17 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,14 +18,15 @@
%define cpan_name Plack-Test-Agent
Name: perl-Plack-Test-Agent
Version: 1.500.0
Version: 1.600.0
Release: 0
# 1.5 -> normalize -> 1.500.0
%define cpan_version 1.5
# 1.6 -> normalize -> 1.600.0
%define cpan_version 1.6
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: OO interface for testing low-level Plack/PSGI apps
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -61,7 +62,7 @@ Provides: perl(Test::WWW::Mechanize::Bound) = %{version}
OO interface for testing low-level Plack/PSGI apps
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor