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.python-jsonrpc-server: 0.0.2 -> 0.1.2 #54684

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.7-python-jsonrpc-server/versions.

meta.description for python37Packages.python-jsonrpc-server is: '"A Python 2 and 3 asynchronous JSON RPC server"'.

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (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.pyls-isort
python27Packages.python-jsonrpc-server
python27Packages.python-language-server
python37Packages.pyls-black
python37Packages.pyls-isort
python37Packages.pyls-mypy
python37Packages.python-jsonrpc-server
python37Packages.python-language-server

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/kbdawzp87l85ash2vpp13rzy2qggsn6x-python3.7-python-jsonrpc-server-0.1.2 \
  --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.python-jsonrpc-server https://github.com/r-ryantm/nixpkgs/archive/d7141b2b8842193ffb2f0a5a37e9a74f6ffa1c59.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/kbdawzp87l85ash2vpp13rzy2qggsn6x-python3.7-python-jsonrpc-server-0.1.2
ls -la /nix/store/kbdawzp87l85ash2vpp13rzy2qggsn6x-python3.7-python-jsonrpc-server-0.1.2/bin

cc @Mic92 for testing.

@r-ryantm r-ryantm requested a review from FRidh as a code owner January 27, 2019 10:20
@grahamc
Copy link
Member

grahamc commented Jan 27, 2019

@GrahamcOfBorg eval

@betaboon
Copy link
Contributor

I just tested this locally in order to build python-language-server-0.25.0, which failed.
python-language-server-0.25.0 complains that it requires python-jsonrpc-server>=0.1.0.

python-jsonrpc-server seems to be using warner/python-versioneer which seems to try creating the version from git-information at build-time. (which ofc does not work due to the way we clone the repos)

after adding a patch to setup.py for test-purposes it works:

  postPatch = ''
    sed -i 's/version=versioneer.get_version(),/version="${version}",/g' setup.py
  '';

@timokau
Copy link
Member

timokau commented Apr 7, 2019

@betaboon if you create a replacement PR with that patch applied and preferably also open an upstream issue about it, I'd be glad to merge it.

@betaboon
Copy link
Contributor

betaboon commented Apr 7, 2019

@timokau thanks for bringing this up again.
i had already done so in #57994 which has already been merged. so this PR can be closed.

@timokau timokau closed this Apr 7, 2019
@r-ryantm r-ryantm deleted the auto-update/python3.7-python-jsonrpc-server branch April 14, 2019 05: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

6 participants