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

python37Packages.cx_oracle: 8.0.1 -> 8.1.0 #106874

Merged

Conversation

r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python37Packages.cx_oracle is: "Python interface to Oracle"

meta.homepage for python37Packages.cx_oracle is: "https://oracle.github.io/python-cx_Oracle"

meta.changelog for python37Packages.cx_oracle is: ""

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
12 total rebuild path(s)

6 package rebuild(s)

6 x86_64-linux rebuild(s)
0 i686-linux rebuild(s)
6 x86_64-darwin rebuild(s)
0 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
python37Packages.cx_oracle
python37Packages.patator
python38Packages.cx_oracle
python38Packages.patator
python39Packages.cx_oracle
python39Packages.patator
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/7m5sw6icm13zj7qw2967y12kmgq28zfb-python3.7-cx_Oracle-8.1.0 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A python37Packages.cx_oracle https://github.com/r-ryantm/nixpkgs/archive/25a193907e2646ac0c1486702c9231de126f4934.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/7m5sw6icm13zj7qw2967y12kmgq28zfb-python3.7-cx_Oracle-8.1.0
ls -la /nix/store/7m5sw6icm13zj7qw2967y12kmgq28zfb-python3.7-cx_Oracle-8.1.0/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review run on x86_64-linux 1

3 packages failed to build:
  • python37Packages.patator
  • python38Packages.patator
  • python39Packages.patator
3 packages built:
  • python37Packages.cx_oracle
  • python38Packages.cx_oracle
  • python39Packages.cx_oracle

Maintainer pings

cc @y0no for testing.

@SuperSandro2000
Copy link
Member

This is a semi-automatic executed nixpkgs-review which is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch).
If you have any questions or problems please reach out to SuperSandro2000 on IRC.

Result of nixpkgs-review pr 106874 run on x86_64-darwin 1

1 package marked as broken and skipped:
  • python39Packages.patator
5 packages built:
  • python37Packages.cx_oracle
  • python37Packages.patator
  • python38Packages.cx_oracle
  • python38Packages.patator
  • python39Packages.cx_oracle

@SuperSandro2000 SuperSandro2000 merged commit cf00d46 into NixOS:master Jan 18, 2021
@r-ryantm r-ryantm deleted the auto-update/python3.7-cx_Oracle branch January 19, 2021 02:05
@SuperSandro2000
Copy link
Member

Changelog

Version 8.1 (December 2020)
Updated embedded ODPI-C to version 4.1.0.
Added support for new JSON data type available in Oracle Client and Database 21 and higher.
Dropped support for Python 3.5. Added support for Python 3.9.
Added internal methods for getting/setting OCI attributes that are otherwise not supported by cx_Oracle. These methods should only be used as directed by Oracle.
Minor code improvement supplied by Alex Henrie (PR 472).
Builds are now done with setuptools and most metadata has moved from setup.py to setup.cfg in order to take advantage of Python packaging improvements.
The ability to pickle/unpickle Database and API types has been restored.
Tests can now be run with tox in order to automate testing of the different environments that are supported.
The value of prefetchrows for REF CURSOR variables is now honored.
Improved documentation, samples and test suite.

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

2 participants