Accepting request 1100503 from devel:languages:perl:autoupdate

- updated to 0.75
   see /usr/share/doc/packages/perl-Test-HTTP-LocalServer/Changes
  0.75 2023-07-21
      * Various build and test upgrades, no code changes, no need to upgrade

OBS-URL: https://build.opensuse.org/request/show/1100503
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-HTTP-LocalServer?expand=0&rev=3
This commit is contained in:
2023-07-26 16:34:56 +00:00
committed by Git OBS Bridge
parent f5a12996c2
commit 1d0e2bc9d9
4 changed files with 21 additions and 9 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24d7d28f50d86a3b6c10ef5b6a9c81a51e4c6db5be7f9296aa948abd3d72c510
size 31215

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 22 03:08:50 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.75
see /usr/share/doc/packages/perl-Test-HTTP-LocalServer/Changes
0.75 2023-07-21
* Various build and test upgrades, no code changes, no need to upgrade
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 25 03:07:26 UTC 2021 - Tina Müller <timueller+perl@suse.de> Mon Oct 25 03:07:26 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-HTTP-LocalServer # spec file for package perl-Test-HTTP-LocalServer
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,14 @@
%define cpan_name Test-HTTP-LocalServer %define cpan_name Test-HTTP-LocalServer
Name: perl-Test-HTTP-LocalServer Name: perl-Test-HTTP-LocalServer
Version: 0.74 Version: 0.750.0
Release: 0 Release: 0
Summary: Spawn a local HTTP server for testing %define cpan_version 0.75
Provides: perl(Test::HTTP::LocalServer) = 0.750.0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Spawn a local HTTP server for testing
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/C/CO/CORION/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
@@ -44,6 +46,7 @@ Requires: perl(HTTP::Tiny)
Requires: perl(IO::Socket::IP) >= 0.25 Requires: perl(IO::Socket::IP) >= 0.25
Requires: perl(URI) Requires: perl(URI)
Requires: perl(URI::URL) Requires: perl(URI::URL)
%define __perllib_provides /bin/true
%{perl_requires} %{perl_requires}
%description %description
@@ -55,7 +58,7 @@ Use this web server if you write an HTTP client and want to exercise its
behaviour in your test suite without talking to the outside world. behaviour in your test suite without talking to the outside world.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
@@ -70,7 +73,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes README README.mkdn testrules.yml %doc Changes README README.mkdn
%license LICENSE %license LICENSE
%changelog %changelog