Skip to content

Commit

Permalink
Update to latest spfs bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rydrman committed Aug 5, 2020
1 parent cb7a972 commit edff837
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pytest-cov = "*"
twine = "*"

[packages]
spfs = "~=0.20.5"
spfs = "~=0.20.6"
"ruamel.yaml" = "~=0.16.10"
colorama = "~=0.4.3"
typing-extensions = "~=3.7"
Expand Down
25 changes: 13 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
scanner:
exclude_files: ["*"]
exclude_dirs: ["*"]
2 changes: 1 addition & 1 deletion spk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BuildRequires: gcc-c++
BuildRequires: chrpath
BuildRequires: python-pip
BuildRequires: python37-devel
Requires: spfs >= 0.20.5
Requires: spfs >= 0.20.6

%description
Package manager for SPFS
Expand Down

0 comments on commit edff837

Please sign in to comment.