public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Class/
Date: Thu,  9 Jul 2020 10:36:55 +0000 (UTC)	[thread overview]
Message-ID: <1594290960.88dfa2300857a3f7dc97ce412e5bbb82b2c244cb.kentnl@gentoo> (raw)

commit:     88dfa2300857a3f7dc97ce412e5bbb82b2c244cb
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  9 10:35:03 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul  9 10:36:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88dfa230

dev-perl/DBIx-Class: Bump to version 0.82.842

Upstream:
- Add an on_connect rebase_sqlmaker call for per-schema-instance
  SQL generators outside core.
- Automatically detect and use multi-column IN queries on new-enough
  libsqlite's.
- Fix silent failure/incorrect return value on primary key fetch
- Fix agressive condition unrolling corrupting custom ops with array
  args
- Fix incorrect ::Storage->_ping() on Sybase
- depend on Clone in 'replicated' feature deps to fix Hash-Merge breakage
- DBIC_TRACE_PROFILE= now uses new module Storage::Debug::PrettyTrace
- Replace SQL::Abstract with ::Classic for fewer expectation changes around
  stability.
- Inline Data::Page mechanics

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild | 93 ++++++++++++++++++++++++++
 dev-perl/DBIx-Class/Manifest                   |  1 +
 dev-perl/DBIx-Class/metadata.xml               |  3 +
 3 files changed, 97 insertions(+)

diff --git a/dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild b/dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild
new file mode 100644
index 00000000000..5d5716568b5
--- /dev/null
+++ b/dev-perl/DBIx-Class/DBIx-Class-0.82.842.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RIBASUSHI
+DIST_VERSION=0.082842
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Extensible and flexible object <-> relational mapper"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
+IUSE="test admin admin-script deploy replicated"
+RESTRICT="!test? ( test )"
+
+RDEPEND_MOOSE_BASIC="
+	>=dev-perl/Moose-0.980.0
+	>=dev-perl/MooseX-Types-0.210.0
+"
+RDEPEND_ADMIN_BASIC="
+	>=dev-perl/JSON-Any-1.220.0
+	>=dev-perl/MooseX-Types-JSON-0.20.0
+	>=dev-perl/MooseX-Types-Path-Class-0.50.0
+	>=dev-perl/namespace-autoclean-0.90.0
+"
+
+#	>=dev-perl/Class-DBI-Plugin-DeepAbstractSearch-0.08
+#	dev-perl/Class-Trigger
+#	>=dev-perl/DBIx-ContextualFetch-1.03
+#	>=dev-perl/Date-Simple-3.03
+#	dev-perl/DateTime-Format-MySQL
+#	dev-perl/DateTime-Format-Pg
+#	dev-perl/DateTime-Format-SQLite
+#	dev-perl/DateTime-Format-Strptime
+#	dev-perl/Devel-Cycle
+#	dev-perl/Time-Piece-MySQL
+
+RDEPEND="
+	admin? (
+		${RDEPEND_MOOSE_BASIC}
+		${RDEPEND_ADMIN_BASIC}
+	)
+	admin-script? (
+		${RDEPEND_MOOSE_BASIC}
+		${RDEPEND_ADMIN_BASIC}
+		>=dev-perl/Getopt-Long-Descriptive-0.81.0
+		>=dev-perl/Text-CSV-1.160.0
+	)
+	deploy? (
+		>=dev-perl/SQL-Translator-0.110.60
+	)
+	replicated? (
+		${RDEPEND_MOOSE_BASIC}
+		dev-perl/Clone
+		>=dev-perl/Hash-Merge-0.120.0
+	)
+	>=dev-perl/Class-Accessor-Grouped-0.100.120
+	>=dev-perl/Class-C3-Componentised-1.0.900
+	>=dev-perl/Class-Inspector-1.240.0
+	>=dev-perl/Config-Any-0.200.0
+	>=dev-perl/Context-Preserve-0.10.0
+	>=dev-perl/Data-Dumper-Concise-2.20.0
+	>=dev-perl/DBI-1.570.0
+	>=dev-perl/Devel-GlobalDestruction-0.90.0
+	virtual/perl-File-Path
+	>=dev-perl/Hash-Merge-0.120.0
+	>=dev-perl/MRO-Compat-0.120.0
+	>=dev-perl/Math-Base36-0.70.0
+	>=virtual/perl-Math-BigInt-1.80
+	>=dev-perl/Module-Find-0.70.0
+	>=dev-perl/Moo-2.0.0
+	>=dev-perl/Path-Class-0.180.0
+	>=dev-perl/SQL-Abstract-Classic-1.910.0
+	>=dev-perl/Scope-Guard-0.30.0
+	>=dev-perl/Sub-Name-0.40.0
+	>=virtual/perl-Text-Balanced-2.0.0
+	>=dev-perl/Try-Tiny-0.70.0
+	>=dev-perl/namespace-clean-0.240.0
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? (
+		>=dev-perl/DBD-SQLite-1.290.0
+		>=virtual/perl-File-Temp-0.220.0
+		>=dev-perl/Package-Stash-0.280.0
+		>=dev-perl/Test-Deep-0.101.0
+		>=dev-perl/Test-Exception-0.310.0
+		>=virtual/perl-Test-Simple-0.940.0
+		>=dev-perl/Test-Warn-0.210.0
+	)
+"

diff --git a/dev-perl/DBIx-Class/Manifest b/dev-perl/DBIx-Class/Manifest
index f47f86a5165..467c8c480ca 100644
--- a/dev-perl/DBIx-Class/Manifest
+++ b/dev-perl/DBIx-Class/Manifest
@@ -1 +1,2 @@
 DIST DBIx-Class-0.082841.tar.gz 861367 BLAKE2B fe0956db1e61454af1e6ef8fc0be891aba8d6b6a676aa328048aacd4e4a1dd9d8ab7418eff722f1550f1410d2116af65bee74a1f880b311cb635f06d95d7f4f6 SHA512 a9c54c0cdb7a2dc93a4b3acb90974e6db80d5eaa95c723c0c3895c99b53be00ed182d4cdc6c5350ee7f120f29172c06494d5c647b8eb4643b91387c0ffee694b
+DIST DBIx-Class-0.082842.tar.gz 879377 BLAKE2B 2decf29c5dc1a84654e1e42551f0f9fbf5cf0397a61f1c8fd0597c2b0d82d9ce095e653dd9635065338327116ff52ec20e2e36f7b16083afd51e2b7ca964b45b SHA512 c8d7149536d5c4ebbfc866b0c143454ead37fda5ddb8fa43dfe2d56c2169be0fd8a46ec3b6c7cd22cb1c93504056d5803b5250ac151507ef4205fe53495e8f18

diff --git a/dev-perl/DBIx-Class/metadata.xml b/dev-perl/DBIx-Class/metadata.xml
index ffe6d8da1b5..3d6c18777dc 100644
--- a/dev-perl/DBIx-Class/metadata.xml
+++ b/dev-perl/DBIx-Class/metadata.xml
@@ -45,6 +45,7 @@
     <remote-id type="cpan-module">DBIx::Class::Relationship::Base</remote-id>
     <remote-id type="cpan-module">DBIx::Class::ResultClass::HashRefInflator</remote-id>
     <remote-id type="cpan-module">DBIx::Class::ResultSet</remote-id>
+    <remote-id type="cpan-module">DBIx::Class::ResultSet::Pager</remote-id>
     <remote-id type="cpan-module">DBIx::Class::ResultSetColumn</remote-id>
     <remote-id type="cpan-module">DBIx::Class::ResultSetManager</remote-id>
     <remote-id type="cpan-module">DBIx::Class::ResultSource</remote-id>
@@ -54,6 +55,7 @@
     <remote-id type="cpan-module">DBIx::Class::ResultSourceProxy::Table</remote-id>
     <remote-id type="cpan-module">DBIx::Class::Row</remote-id>
     <remote-id type="cpan-module">DBIx::Class::SQLMaker</remote-id>
+    <remote-id type="cpan-module">DBIx::Class::SQLMaker::ClassicExtensions</remote-id>
     <remote-id type="cpan-module">DBIx::Class::SQLMaker::LimitDialects</remote-id>
     <remote-id type="cpan-module">DBIx::Class::SQLMaker::OracleJoins</remote-id>
     <remote-id type="cpan-module">DBIx::Class::Schema</remote-id>
@@ -107,6 +109,7 @@
     <remote-id type="cpan-module">DBIx::Class::Storage::DBI::Sybase::Microsoft_SQL_Server::NoBindVars</remote-id>
     <remote-id type="cpan-module">DBIx::Class::Storage::DBI::UniqueIdentifier</remote-id>
     <remote-id type="cpan-module">DBIx::Class::Storage::DBI::mysql</remote-id>
+    <remote-id type="cpan-module">DBIx::Class::Storage::Debug::PrettyTrace</remote-id>
     <remote-id type="cpan-module">DBIx::Class::Storage::Statistics</remote-id>
     <remote-id type="cpan-module">DBIx::Class::Storage::TxnScopeGuard</remote-id>
     <remote-id type="cpan-module">DBIx::Class::UTF8Columns</remote-id>


             reply	other threads:[~2020-07-09 10:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-09 10:36 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-11  2:37 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Class/ Sam James
2025-01-22  6:11 Sam James
2023-06-21  6:46 Sam James
2020-08-31  8:48 Kent Fredric
2020-07-21 19:54 Kent Fredric
2019-10-13 15:04 Andreas K. Hüttel
2019-09-24  3:41 Kent Fredric
2019-07-10 10:18 Kent Fredric
2017-06-25  8:42 Kent Fredric
2017-04-16  4:03 Kent Fredric
2016-11-06 13:55 Kent Fredric
2016-09-14 10:37 Kent Fredric
2016-08-06 11:54 Kent Fredric
2016-01-03 13:57 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1594290960.88dfa2300857a3f7dc97ce412e5bbb82b2c244cb.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox