3 Commits

Author SHA256 Message Date
adb0765294 Add Gitea build results 2025-08-12 18:14:43 +02:00
9ae30cbcfc Accepting request 1236277 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Tiny?expand=0&rev=20
2025-01-12 10:15:05 +00:00
bfee7681f3 Accepting request 1235338 from devel:languages:perl:autoupdate
- updated to 0.090
   see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
  0.090     2024-11-12 11:51:32+01:00 Europe/Brussels
      - No changes from 0.089-TRIAL
  0.089     2024-10-21 09:35:48+02:00 Europe/Brussels (TRIAL RELEASE)
      [CHANGED]
      - Find the certificate bundle via IO::Socket::SSL rather than implementing
        it in HTTP::Tiny.
      - When encoding form data, given a hashref with an arrayref value,
        preserve the order of the values in the arrayref rather than sorting.
      [DOCS]
      - Fixed internal link to "TLS/SSL SUPPORT" section

OBS-URL: https://build.opensuse.org/request/show/1235338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Tiny?expand=0&rev=41
2025-01-09 16:26:31 +00:00
5 changed files with 37 additions and 11 deletions

View File

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

3
HTTP-Tiny-0.090.tar.gz Normal file
View File

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

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-HTTP-Tiny/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-HTTP-Tiny)

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Dec 12 16:22:47 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.090
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.090 2024-11-12 11:51:32+01:00 Europe/Brussels
- No changes from 0.089-TRIAL
0.089 2024-10-21 09:35:48+02:00 Europe/Brussels (TRIAL RELEASE)
[CHANGED]
- Find the certificate bundle via IO::Socket::SSL rather than implementing
it in HTTP::Tiny.
- When encoding form data, given a hashref with an arrayref value,
preserve the order of the values in the arrayref rather than sorting.
[DOCS]
- Fixed internal link to "TLS/SSL SUPPORT" section
-------------------------------------------------------------------
Fri Mar 8 22:33:26 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,25 +18,22 @@
%define cpan_name HTTP-Tiny
Name: perl-HTTP-Tiny
Version: 0.88.0
Version: 0.090
Release: 0
%define cpan_version 0.088
Provides: perl(HTTP::Tiny) = 0.88.0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Small, simple, correct HTTP/1.1 client
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IPC::Cmd)
BuildRequires: perl(Test::More) >= 0.96
%undefine __perllib_provides
Recommends: perl(HTTP::CookieJar) >= 0.001
Recommends: perl(IO::Socket::IP) >= 0.32
Recommends: perl(IO::Socket::SSL) >= 1.42
Recommends: perl(Mozilla::CA) >= 20160104
Recommends: perl(IO::Socket::SSL) >= 1.968
Recommends: perl(Net::SSLeay) >= 1.49
%{perl_requires}
@@ -53,7 +50,7 @@ instead of IO::Socket::INET for transparent support for both IPv4 and IPv6.
Cookie support requires HTTP::CookieJar or an equivalent class.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644