Skip to content

Commit

Permalink
Run pynixify and update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Nadares committed Aug 23, 2024
1 parent bc5098f commit 90e4bfc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion faraday/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
See the file 'doc/LICENSE' for the license information
"""

__version__ = '5.5.0'
__version__ = '5.6.0'
__license_version__ = __version__
2 changes: 1 addition & 1 deletion faraday/openapi/faraday_swagger.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"description": "The Faraday REST API enables you to interact with [our server](https://github.com/infobyte/faraday).\nUse this API to interact or integrate with Faraday server. This page documents the REST API, with HTTP response codes and example requests and responses.",
"title": "Faraday 5.5.0 API",
"title": "Faraday 5.6.0 API",
"version": "v3"
},
"security": [
Expand Down
4 changes: 2 additions & 2 deletions pynixify/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let

builtins.fetchTarball {
url =
"https://github.com/infobyte/nixpkgs/archive/47601b24042f77383ac10633c92d39ae90e9ede5.tar.gz";
sha256 = "1sxm6l65lzx9583f2xbrf692gjgqj9rdx88b08yiyic3c6icwc0k";
"https://github.com/infobyte/nixpkgs/archive/b383cdd8037355bb0a34bee2672fbd9b346f11d7.tar.gz";
sha256 = "1x0j1385qxxyf08zvj96m3wl8y0vyi0q85jidgn7bsjzy4ylzy7q";
};

packageOverrides = self: super: {
Expand Down
4 changes: 2 additions & 2 deletions pynixify/packages/faraday-plugins/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

buildPythonPackage rec {
pname = "faraday-plugins";
version = "1.18.2";
version = "1.19.0";

src = fetchPypi {
inherit pname version;
sha256 = "0mklpbrkki5dsqzdpj8if19v6v5kz241km8f3ycwvxa0xrmxk5w0";
sha256 = "1wgd1caq5rlv32qzz984mnqq5mvmr2f9x9lfvr66rvlky7ig02p1";
};

propagatedBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pynixify/packages/faradaysec/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "faradaysec";
version = "5.5.0";
version = "5.6.0";

src = lib.cleanSource ../../..;

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ syslog-rfc5424-formatter>=1.1.1
simplekv>=0.13.0
Flask-KVSession-fork>=0.6.4
distro>=1.4.0
faraday-plugins>=1.18.2,<2.0.0
faraday-plugins>=1.19.0,<2.0.0
apispec>=6.3.0
apispec-webframeworks<=0.5.2
pyyaml
Expand Down

0 comments on commit 90e4bfc

Please sign in to comment.