Skip to content

Commit

Permalink
Merge branch 'white/staging' into white/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Nadares committed Jan 2, 2024
2 parents 22685f0 + 07e7459 commit d07334e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
Empty file added CHANGELOG/5.0.1/community.md
Empty file.
1 change: 1 addition & 0 deletions CHANGELOG/5.0.1/date.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jan 2nd, 2024
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
New features in the latest update
=====================================

5.0.1 [Jan 2nd, 2024]:
---
* [MOD] Code refactor.

5.0.0 [Dec 13th, 2023]:
---
* [ADD] **Breaking change** We now use Celery as the main way to import reports. In addition, we have removed twisted and replaced raw websockets with socket.io. #7352
Expand Down
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.0.0'
__version__ = '5.0.1'
__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.0.0 API",
"title": "Faraday 5.0.1 API",
"version": "v3"
},
"security": {
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.15.0";
version = "1.15.1";

src = fetchPypi {
inherit pname version;
sha256 = "1lkd9lmkplr78yarm1p90glqm9vxswcqagm4gk3wxxl53fhfrk5m";
sha256 = "0ax8yg2y3h31qw9a8d18n3394i4hhy25jps91vfqx25ivrj0hsm3";
};

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 @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "faradaysec";
version = "5.0.0";
version = "5.0.1";

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 @@ -35,7 +35,7 @@ syslog-rfc5424-formatter>=1.1.1
simplekv>=0.13.0
Flask-KVSession-fork>=0.6.4
distro>=1.4.0
faraday-plugins>=1.15.0,<2.0.0
faraday-plugins>=1.15.1,<2.0.0
apispec>=6.3.0
apispec-webframeworks>=0.5.2
pyyaml
Expand Down

0 comments on commit d07334e

Please sign in to comment.