summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-socketio
AgeCommit message (Collapse)Author
2023-09-09python311Packages.python-socketio: 5.8.0 -> 5.9.0Fabian Affolter
Diff: https://github.com/miguelgrinberg/python-socketio/compare/v5.8.0...v5.9.0 Changelog: https://github.com/miguelgrinberg/python-socketio/blob/v5.9.0/CHANGES.md
2023-03-28python310Packages.python-socketio: 5.7.2 -> 5.8.0Fabian Affolter
Diff: https://github.com/miguelgrinberg/python-socketio/compare/v5.7.2...v5.8.0 Changelog: https://github.com/miguelgrinberg/python-socketio/blob/v5.8.0/CHANGES.md
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-socketio: 5.7.1 -> 5.7.2Fabian Affolter
Diff: https://github.com/miguelgrinberg/python-socketio/compare/v5.7.1...v5.7.2 Changelog: https://github.com/miguelgrinberg/python-socketio/blob/v5.7.2/CHANGES.md
2022-12-19python310Packages.python-socketio: add changelog to metaFabian Affolter
2022-08-07python310Packages.python-socketio: 5.7.0 -> 5.7.1Fabian Affolter
2022-07-11python310Packages.python-socketio: 5.6.0 -> 5.7.0Fabian Affolter
2022-05-05python310Packages.python-socketio: 5.5.2 -> 5.6.0Fabian Affolter
2022-02-21python3Packages.python-socketio: 5.5.1 -> 5.5.2Fabian Affolter
2022-01-14python3Packages.python-socketio: 5.5.0 -> 5.5.1Fabian Affolter
2021-11-15python3Packages.python-socketio: 5.4.1 -> 5.5.0Fabian Affolter
2021-11-09python3Packages.python-socketio: 5.4.0 -> 5.4.1Fabian Affolter
2021-09-29python3Packages.python-socketio: 5.3.0 -> 5.4.0Fabian Affolter
2021-08-26Merge pull request #126186 from fabaff/bump-python-engineioSandro
2021-06-23pythonPackages.python-socketio_4: dropRobert Schütz
Versioned attributes in python-packages.nix should be avoided.
2021-06-08python3Packages.python-socketio: 5.0.4 -> 5.3.0Fabian Affolter
2021-02-16python-socketio: Fix homepage URLGraham Bennett
2021-02-16python-socketio_4: init at 4.6.1Graham 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-socketio 4.x available.
2021-01-25treewide: remove stdenv where not neededPavol 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-06python3Packages.python-socketio: update attributesFabian Affolter
2021-01-06python3Packages.python-socketio: add pythonImportsCheckFabian Affolter
2021-01-06python3Packages.python-socketio: enable testsFabian Affolter
2021-01-06python3Packages.python-socketio: use GitHub sourceFabian Affolter
2021-01-06python3Packages.python-socketio: 4.6.1 -> 5.0.4Fabian Affolter
2020-12-01python3Packages.python-socketio: 4.6.0 -> 4.6.1Frederik Rietdijk
2020-06-11python: python-socketio: 4.4.0 -> 4.6.0Frederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-30python: python-socketio: 4.3.1 -> 4.4.0Frederik Rietdijk
2019-10-27python: python-socketio: 3.1.2 -> 4.3.1Frederik Rietdijk
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-02-17python: python-socketio: 2.1.2 -> 3.1.2Frederik Rietdijk
2019-01-18python: python-socketio: 2.1.0 -> 2.1.2Frederik Rietdijk
2018-12-01python3.pkgs.python-socketio: init at 2.1.0Jörg Thalheim