Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python36Packages.transaction: 2.3.0 -> 2.4.0 #50586

Merged
merged 1 commit into from Nov 18, 2018

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-transaction/versions.

meta.description for python36Packages.transaction is: '"Transaction management"'.

Checks done (click to expand)
Rebuild report (click to expand)

32 total rebuild path(s)

8 package rebuild(s)

8 x86_64-linux rebuild(s)
8 i686-linux rebuild(s)
8 x86_64-darwin rebuild(s)
8 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
python27Packages.BTrees
python27Packages.WSME
python27Packages.transaction
python27Packages.zodb
python36Packages.BTrees
python36Packages.transaction
python36Packages.zodb
vulnix

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/6h2mjr77dck8k8z3nqxfp59dlyamwm25-python3.6-transaction-2.4.0 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A python36Packages.transaction https://github.com/r-ryantm/nixpkgs/archive/536b4e89ffe3b57cb7436803649d95c2b7e07513.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/6h2mjr77dck8k8z3nqxfp59dlyamwm25-python3.6-transaction-2.4.0
ls -la /nix/store/6h2mjr77dck8k8z3nqxfp59dlyamwm25-python3.6-transaction-2.4.0/bin

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python36Packages.transaction

Partial log (click to expand)

test_user_w_none (transaction.tests.test__transaction.TransactionTests) ... /build/transaction-2.4.0/transaction/tests/test__transaction.py:1066: DeprecationWarning: Expected text
  txn.user = b'phreddy'
ok
test_verifyImplements_ITransaction (transaction.tests.test__transaction.TransactionTests) ... ok
test_verifyProvides_ITransaction (transaction.tests.test__transaction.TransactionTests) ... ok

----------------------------------------------------------------------
Ran 194 tests in 0.068s

OK

@GrahamcOfBorg
Copy link

Success on x86_64-darwin (full log)

Attempted: python36Packages.transaction

Partial log (click to expand)

test_contains (transaction.tests.test_weakset.WeakSetTests) ... ok
test_len (transaction.tests.test_weakset.WeakSetTests) ... ok
test_map (transaction.tests.test_weakset.WeakSetTests) ... ok
test_map_w_gced_element (transaction.tests.test_weakset.WeakSetTests) ... ok
test_remove (transaction.tests.test_weakset.WeakSetTests) ... ok

----------------------------------------------------------------------
Ran 194 tests in 0.064s

OK

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python36Packages.transaction

Partial log (click to expand)

test_run_stop_on_success (transaction.tests.test__manager.TransactionManagerTests) ... ok
test_savepoint_default (transaction.tests.test__manager.TransactionManagerTests) ... ok
test_savepoint_explicit (transaction.tests.test__manager.TransactionManagerTests) ... ok
test_unregisterSynch (transaction.tests.test__manager.TransactionManagerTests) ... ok
test_unregisterSynch_on_transaction_manager_from_serparate_thread (transaction.tests.test__manager.TransactionManagerTests) ... ok

----------------------------------------------------------------------
Ran 194 tests in 0.106s

OK

@c0bw3b
Copy link
Contributor

c0bw3b commented Nov 18, 2018

@GrahamcOfBorg build python2Packages.btrees python3Packages.btrees

@GrahamcOfBorg
Copy link

No attempt on x86_64-linux (full log)

The following builds were skipped because they don't evaluate on x86_64-linux: python2Packages.btrees, python3Packages.btrees

Partial log (click to expand)

Cannot nix-instantiate `python2Packages.btrees' because:
error: attribute 'btrees' in selection path 'python2Packages.btrees' not found

Cannot nix-instantiate `python3Packages.btrees' because:
error: attribute 'btrees' in selection path 'python3Packages.btrees' not found

@GrahamcOfBorg
Copy link

No attempt on aarch64-linux (full log)

The following builds were skipped because they don't evaluate on aarch64-linux: python2Packages.btrees, python3Packages.btrees

Partial log (click to expand)

Cannot nix-instantiate `python2Packages.btrees' because:
error: attribute 'btrees' in selection path 'python2Packages.btrees' not found

Cannot nix-instantiate `python3Packages.btrees' because:
error: attribute 'btrees' in selection path 'python3Packages.btrees' not found

@c0bw3b
Copy link
Contributor

c0bw3b commented Nov 18, 2018

@GrahamcOfBorg build python2Packages.BTrees python3Packages.BTrees

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: python2Packages.BTrees, python3Packages.BTrees

Partial log (click to expand)

test32 (BTrees.tests.testBTrees.FamilyTest) ... ok
test64 (BTrees.tests.testBTrees.FamilyTest) ... ok
testFoo (BTrees.tests.testBTrees.TestCmpError) ... ok

----------------------------------------------------------------------
Ran 4257 tests in 95.097s

OK (skipped=247)
/nix/store/vnkzig9r23hwj2v8n5fwhgzn2g074z0f-python2.7-BTrees-4.5.1
/nix/store/7mls0la322bw35hnhck5qn5cyi1600f9-python3.6-BTrees-4.5.1

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2Packages.BTrees, python3Packages.BTrees

Partial log (click to expand)

test_ctor_explict (BTrees.tests.test_Length.LengthTestCase) ... ok
test_lp_516653 (BTrees.tests.test_Length.LengthTestCase) ... ok
test_set (BTrees.tests.test_Length.LengthTestCase) ... ok

----------------------------------------------------------------------
Ran 4257 tests in 183.387s

OK (skipped=247)
/nix/store/g35yhcxrr6z9zi5zipw6n3sj3gw4jkj2-python2.7-BTrees-4.5.1
/nix/store/8h3mhji1qh315a7407a43fikvvx92ck5-python3.6-BTrees-4.5.1

@c0bw3b c0bw3b merged commit a0758c8 into NixOS:master Nov 18, 2018
@r-ryantm r-ryantm deleted the auto-update/python3.6-transaction branch December 8, 2018 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants