8
0

Accepting request 882140 from devel:languages:perl:autoupdate

- Remove manual dependencies from cpanspec.yml (cpanspec can now read
  TEST_REQUIRES And BUILD_REQUIRES)
- updated to 7.712
   see /usr/share/doc/packages/perl-Search-Elasticsearch/Changes
  7.712   2021-03-25
          Stable release for Elasticsearch 7.12

OBS-URL: https://build.opensuse.org/request/show/882140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-Elasticsearch?expand=0&rev=5
This commit is contained in:
2021-03-30 10:11:42 +00:00
committed by Git OBS Bridge
parent 07ddb99b22
commit 42276844dc
5 changed files with 26 additions and 17 deletions

View File

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

View File

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

View File

@@ -1,8 +1,2 @@
---
license: Apache-2.0
preamble: |-
BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(Log::Any::Adapter::Callback)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::SharedFork)

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 30 09:30:08 UTC 2021 - Tina Müller <tina.mueller@suse.com>
- Remove manual dependencies from cpanspec.yml (cpanspec can now read
TEST_REQUIRES And BUILD_REQUIRES)
-------------------------------------------------------------------
Fri Mar 26 03:07:42 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 7.712
see /usr/share/doc/packages/perl-Search-Elasticsearch/Changes
7.712 2021-03-25
Stable release for Elasticsearch 7.12
-------------------------------------------------------------------
Tue Mar 2 03:12:50 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Search-Elasticsearch
Name: perl-Search-Elasticsearch
Version: 7.711001
Version: 7.712
Release: 0
#Upstream: This is free software, licensed under: The Apache License, Version 2.0, January 2004
Summary: The official client for Elasticsearch
@@ -36,6 +36,7 @@ BuildRequires: perl(HTTP::Request)
BuildRequires: perl(HTTP::Tiny) >= 0.076
BuildRequires: perl(IO::Compress::Deflate)
BuildRequires: perl(IO::Compress::Gzip)
BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(IO::Uncompress::Gunzip)
BuildRequires: perl(IO::Uncompress::Inflate)
BuildRequires: perl(JSON::MaybeXS) >= 1.002002
@@ -43,12 +44,18 @@ BuildRequires: perl(JSON::PP)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Log::Any) >= 1.02
BuildRequires: perl(Log::Any::Adapter)
BuildRequires: perl(Log::Any::Adapter::Callback) >= 0.09
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moo) >= 2.001000
BuildRequires: perl(Moo::Role)
BuildRequires: perl(Net::IP)
BuildRequires: perl(Package::Stash) >= 0.34
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::SharedFork)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI)
BuildRequires: perl(namespace::clean)
@@ -76,13 +83,6 @@ Requires: perl(Try::Tiny)
Requires: perl(URI)
Requires: perl(namespace::clean)
%{perl_requires}
# MANUAL BEGIN
BuildRequires: perl(IO::Socket::SSL)
BuildRequires: perl(Log::Any::Adapter::Callback)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::SharedFork)
# MANUAL END
%description
Search::Elasticsearch is the official Perl client for Elasticsearch,