summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-engineio
AgeCommit message (Collapse)Author
2023-04-28python310Packages.python-engineio: 4.4.0 -> 4.4.1Fabian Affolter
Diff: https://github.com/miguelgrinberg/python-engineio/compare/refs/tags/v4.4.0...v4.4.1 Changelog: https://github.com/miguelgrinberg/python-engineio/blob/v4.4.1/CHANGES.md
2023-03-28python310Packages.python-engineio: 4.3.4 -> 4.4.0Fabian Affolter
Diff: https://github.com/miguelgrinberg/python-engineio/compare/refs/tags/v4.3.4...v4.4.0 Changelog: https://github.com/miguelgrinberg/python-engineio/blob/v4.4.0/CHANGES.md
2023-01-24python311Packages.python-engineio: add patch for mocking issueFabian Affolter
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-19python310Packages.python-engineio: add changelog to metaFabian Affolter
2022-08-07python310Packages.python-engineio: 4.3.3 -> 4.3.4Fabian Affolter
2022-07-11python310Packages.python-engineio: 4.3.2 -> 4.3.3Fabian Affolter
2022-05-05python310Packages.python-engineio: 4.3.1 -> 4.3.2Fabian Affolter
2022-01-14python3Packages.python-engineio: 4.3.0 -> 4.3.1Fabian Affolter
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser
2021-11-09python3Packages.python-engineio: 4.2.1 -> 4.3.0Fabian Affolter
2021-09-29python3Packages.python-engineio: 4.2.0 -> 4.2.1Fabian Affolter
2021-08-26Merge pull request #126186 from fabaff/bump-python-engineioSandro
2021-06-23pythonPackages.python-engineio_3: dropRobert Schütz
Versioned attributes in python-packages.nix should be avoided.
2021-06-15pythonPackages: websocket_client -> websocket-clientSandro Jäckel
2021-06-08python3Packages.python-engineio: 4.0.0 -> 4.2.0Fabian Affolter
2021-05-13python-engineio: 3.x on python 3.9 Darwin brokenGraham Bennett
The tests are failing, but the package appears to be generally broken for python 3.9 and above on Darwin. Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-02-16python-engineio_3: init at 3.14.2Graham Bennett
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-engineio 3.x available for use with python-socketio 4.x.
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-10pythonPackages.python-engineio: Disable tests on darwinSandro Jäckel
2021-01-06python3Packages.python-engineio: update attributesFabian Affolter
2021-01-06python3Packages.python-engineio: add pythonImportsCheckFabian Affolter
2021-01-06python3Packages.python-engineio: 3.13.2 -> 4.0.0Fabian Affolter
2020-09-08python-engineio: 3.13.0 -> 3.13.2 (fix build)Jörg Thalheim
2020-06-19python3.pkgs.python-engineio: 3.10.0 -> 3.13.0Jörg Thalheim
fixes python-socketio
2020-06-10python3Packages.python-engineio: build on macOSmisuzu
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-11-29python38Packages.python-engineio: 3.9.3 -> 3.10.0R. RyanTM
2019-09-16python3Packages.python-engineio: 3.4.3 -> 3.9.3Jonathan Ringer
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-04-15treewide: update homepages to https where availableMatthew Bauer
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-03-14python3.pkgs.engineio: limit to linuxJörg Thalheim
probably has never build on macOS.
2019-03-14python3.pkgs.python-engineio: 3.0.0 -> 3.4.3Jörg Thalheim
fixes build of python-socketio
2018-12-01python3.pkgs.python-engineio: init at 3.0.0Jörg Thalheim