pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/ruby-activemerchant



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Aug 26 15:28:27 UTC 2022

Modified Files:
        pkgsrc/finance/ruby-activemerchant: Makefile PLIST distinfo

Log Message:
finance/ruby-activemerchant: update to 1.126.0

1.126.0 (2022-04-15)

What's Changed

* GlobalCollect: Add support for Naranja and Cabal card types by @dsmcclain
  in #4286
* PayFlow Pro: Add Stored Credentials by @dsmcclain in #4288
* Decidir Plus: Fraud Detection Fields by @naashton in #4289
* Credorax: Update OpCode for Credit transactions by @dsmcclain in #4279
* Revert "Credorax: Update OpCode for Credit transactions" by @dsmcclain in
  #4306
* CE-2343 Bluesnap Idempotency by @drkjc in #4305
* Decidir Plus: Add supported methods by @ajawadmirza in #4284
* Paymentez: Fix authorize for core by @ajawadmirza in #4310
* Orbital: refactor gateway adapter and indicate support for network
  tokenization by @dsmcclain in #4309
* IPG: Remove Uruguay from supported countries by @ajawadmirza in #4311
* Decidir: Add sub_payments sub-fields to gateway by @meagabeth in #4315
* DecidirPlus: Add unstore method by @ajawadmirza in #4317
* Decidir & Decidir Plus: Revise handling of sub_payment sub-fields by
  @meagabeth in #4318
* Decidir Plus: Improve response messaging by @naashton in #4325
* PayU Latam: Refactor/fix failing remote tests by @rachelkirk in #4326
* Global Collect Success Criteria V2 by @peteroas in #4324
* SafeCharge: Change Verify to send 0 amount by @dsmcclain in #4332
* DLocal: Add support for force_type field by @dsmcclain in #4336
* Decidir Plus: name_override option on store by @naashton in #4346
* Stripe PI: test shipping address by @ajawadmirza in #4344
* Priority: Update add_purchases_data method by @drkjc in #4349
* DecidirPlus: Handle payment_method_id by card_brand by @naashton in #4350
* DecidirPlus: debit and payment_method_id fields by @naashton in #4351
* CE- 2403 Priority: Add GSF replay_id by @drkjc in #4352
* Moneris: ensure all remote tests pass by @esmitperez in #4354
* Stripe PI: standardize shipping_address fields by @dsmcclain in #4355
* Airwallex: Support gateway by @therufs in #4342
* Addition of invalid_amount for amount_too_small Stripe error handler by
  @drabbytux in #4319
* Payflow Pro: Add 3DS Support by @esmitperez in #4356
* Small Rubocop Fixes by @dsmcclain in #4358
* DecidirPlus: Add new fields by @ajawadmirza in #4361
* DecidirPlus: Update error_code method by @ajawadmirza in #4364
* Stripe PI: add request_three_d_secure to setup_intent by @aenand in #4365
* Adyen: Add custom amount for verify by @ajawadmirza in #4369
* Airwallex: QA by @therufs in #4367
* Moneris: Add 3DS MPI Fields Support by @esmitperez in #4373
* Duplicate(concat) Address sent - card_connect is concat. address1 and 2
  causing a AVS error by @ali-hassan in #4362
* Cybersource: Remove Pinless Debit Transaction Functionality by @peteroas
  in #4370
* Rapyd: Add gateway support by @meagabeth in #4372
* Cybersource: Fix Existing Tests by @peteroas in #4374
* Airwallex: QA round 2 by @therufs in #4377
* Airwallex: Add descriptor field by @dsmcclain in #4379
* Visanet Peru: use timestamp for purchase number by @naashton in #4378
* Airwallex: Add Stored Credential support by @drkjc in #4382
* Rapyd: Add metadata and ewallet_id options by @naashton in #4387
* Priority: Refactor gateway integration, add additional fields to request
  by @dsmcclain in #4383
* Rapyd: Update type option to pm_type by @naashton in #4391
* Priority: Update verify method signature by @dsmcclain in #4394
* Priority: add settled and voided to list of successful response statuses
  by @dsmcclain in #4397
* Multiple Gateways: Resolve when/case bug by @naashton in #4399
* Airwallex: Add 3DS Global Support by @drkjc in #4395
* Add Cartes Bancaires bin ranges by @leahriffell in #4398
* Release v1.126.0 by @leahriffell in #4402

New Contributors

* @drkjc made their first contribution in #4305
* @drabbytux made their first contribution in #4319
* @ali-hassan made their first contribution in #4362


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/finance/ruby-activemerchant/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/ruby-activemerchant/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/finance/ruby-activemerchant/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/ruby-activemerchant/Makefile
diff -u pkgsrc/finance/ruby-activemerchant/Makefile:1.14 pkgsrc/finance/ruby-activemerchant/Makefile:1.15
--- pkgsrc/finance/ruby-activemerchant/Makefile:1.14    Sat Feb 12 15:27:22 2022
+++ pkgsrc/finance/ruby-activemerchant/Makefile Fri Aug 26 15:28:27 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/02/12 15:27:22 taca Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/26 15:28:27 taca Exp $
 
-DISTNAME=      activemerchant-1.125.0
+DISTNAME=      activemerchant-1.126.0
 CATEGORIES=    finance
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/finance/ruby-activemerchant/PLIST
diff -u pkgsrc/finance/ruby-activemerchant/PLIST:1.13 pkgsrc/finance/ruby-activemerchant/PLIST:1.14
--- pkgsrc/finance/ruby-activemerchant/PLIST:1.13       Sat Feb 12 15:27:22 2022
+++ pkgsrc/finance/ruby-activemerchant/PLIST    Fri Aug 26 15:28:27 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/02/12 15:27:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/08/26 15:28:27 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/CONTRIBUTORS
@@ -18,6 +18,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateway.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/adyen.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/airwallex.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/allied_wallet.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/authorize_net.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/authorize_net_arb.rb
@@ -40,6 +41,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/bpoint.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree/braintree_common.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree/token_nonce.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree_blue.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree_orange.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/bridge_pay.rb
@@ -204,6 +206,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/quickpay/quickpay_v4to7.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/qvalent.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/rapyd.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/realex.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/redsys.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/s5.rb
@@ -216,6 +219,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_au.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_tech.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/securion_pay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/simetrik.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/skip_jack.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/smart_ps.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/so_easy_pay.rb

Index: pkgsrc/finance/ruby-activemerchant/distinfo
diff -u pkgsrc/finance/ruby-activemerchant/distinfo:1.17 pkgsrc/finance/ruby-activemerchant/distinfo:1.18
--- pkgsrc/finance/ruby-activemerchant/distinfo:1.17    Sat Feb 12 15:27:22 2022
+++ pkgsrc/finance/ruby-activemerchant/distinfo Fri Aug 26 15:28:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/02/12 15:27:22 taca Exp $
+$NetBSD: distinfo,v 1.18 2022/08/26 15:28:27 taca Exp $
 
-BLAKE2s (activemerchant-1.125.0.gem) = 678024ead5713ea8f9e7e655f4a0b0496449c8ef5299586bbbd56a7b5e8206f0
-SHA512 (activemerchant-1.125.0.gem) = 6f43bba4bf11ae808dbf4c8afc39a37af434aac13aa54252ca57ba63fb8ed957d946ed9d40a7009d55b0bf6f6aec4b10bef3c3c9e384d5955f9a3e3631cd86d6
-Size (activemerchant-1.125.0.gem) = 705536 bytes
+BLAKE2s (activemerchant-1.126.0.gem) = 728836787de3a488d4d09df6ddbbdac52b9611c42ae1b9bff71c0282a6b71648
+SHA512 (activemerchant-1.126.0.gem) = 89d66fdc4b4b9c1e322a4f67f8216f7bef27487c738467dd0043fc999335ed07ccb8c8606ce8ea40fd80381fe3570ceb2c80cbebcef518a611ec04e0f7c300c8
+Size (activemerchant-1.126.0.gem) = 720384 bytes



Home | Main Index | Thread Index | Old Index