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.pystemd: 0.5.0 -> 0.6.0 #60735

Merged
merged 2 commits into from May 2, 2019

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented May 2, 2019

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.7-pystemd/versions.

meta.description for python37Packages.pystemd is: '"A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way."'.

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

8 total rebuild path(s)

2 package rebuild(s)

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

First fifty rebuilds by attrpath
python27Packages.pystemd
python37Packages.pystemd

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/i4wxm2h33mb9md8jyx2832cwa9hm4492-python3.7-pystemd-0.6.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 python37Packages.pystemd https://github.com/r-ryantm/nixpkgs/archive/15c64ae4cbe593f928b4cc1e948af3b2cf0a0f65.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/i4wxm2h33mb9md8jyx2832cwa9hm4492-python3.7-pystemd-0.6.0
ls -la /nix/store/i4wxm2h33mb9md8jyx2832cwa9hm4492-python3.7-pystemd-0.6.0/bin

cc @flokli for testing.

@flokli
Copy link
Contributor

flokli commented May 2, 2019

release notes:

Improve in-repo docs.
changed license from BSD to LGPL-2.1+.
Raise DBusInterruptedError instead of DBusBaseError when a system call is interrupted.
expose sd_bus_match_signal as Dbus.match_signal for easy monitoring of the bus.
Drop python 2 support and six requirement.
Auto convert Path object to bytes so that can be passed to dbus.
Add service_type to pystemd.run for easy Type selection.
Many new DBus properties.
access interface methods and properties directly.
systemd1.Manager.StartTransientUnit now support extra units, allowing users to also create timer/path transient units.
pystemd.run now waits for start unit job to finish, before even thinking in tearing down the unit (and closing pty's)

This dropped python 2 support and changed license, will update accordingly.

@flokli flokli merged commit cd5b868 into NixOS:master May 2, 2019
@r-ryantm r-ryantm deleted the auto-update/python3.7-pystemd branch May 11, 2019 03:01
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