Commit graph

19 commits

Author SHA1 Message Date
Robert Schütz c57fbd38c2 pythonPackages.python-socketio_4: drop
Versioned attributes in python-packages.nix should be avoided.
2021-06-23 00:14:56 +02:00
Graham Bennett c771807306 python-socketio: Fix homepage URL 2021-02-16 19:19:45 +00:00
Graham Bennett 32f67cd3e4 python-socketio_4: init at 4.6.1
Socket.IO and Engine.IO protocols are not backwards-compatible and major
versions of the client and server need to be coordinated.  It's therefore useful
to have python-socketio 4.x available.
2021-02-16 19:19:45 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Fabian Affolter e391e058e0 python3Packages.python-socketio: update attributes 2021-01-06 09:01:15 +01:00
Fabian Affolter 1a2e6747c4 python3Packages.python-socketio: add pythonImportsCheck 2021-01-06 08:55:27 +01:00
Fabian Affolter 8e586c90a8 python3Packages.python-socketio: enable tests 2021-01-06 08:54:30 +01:00
Fabian Affolter 9630d39b88 python3Packages.python-socketio: use GitHub source 2021-01-06 08:52:26 +01:00
Fabian Affolter 61123bd5ba python3Packages.python-socketio: 4.6.1 -> 5.0.4 2021-01-06 08:50:07 +01:00
Frederik Rietdijk a38aba89df python3Packages.python-socketio: 4.6.0 -> 4.6.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 27b503b51f python: python-socketio: 4.4.0 -> 4.6.0 2020-06-11 10:00:20 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 04d21172e4 python: python-socketio: 4.3.1 -> 4.4.0 2019-12-30 16:46:46 +01:00
Frederik Rietdijk 8f6f287dfe python: python-socketio: 3.1.2 -> 4.3.1 2019-10-27 16:26:51 +01:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Frederik Rietdijk d0161c9ce6 python: python-socketio: 2.1.2 -> 3.1.2 2019-02-17 14:40:39 +01:00
Frederik Rietdijk 7da2b4fb29 python: python-socketio: 2.1.0 -> 2.1.2 2019-01-18 09:37:09 +01:00
Jörg Thalheim 5b23da0595
python3.pkgs.python-socketio: init at 2.1.0 2018-12-01 14:13:46 +00:00