Perceval

Latest version: v1.1.0

Safety actively analyzes 688238 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 8

1.1.0

**Bug fixes:**

* Git stats not assigned with their actions\
Git stats were not assigned to their actions in a commit for filenames
that contain whitespaces. Instead, an empty stat was created like in a
merge commit, where actions normally don't take place.

**Performance improvements:**

* Git sync improved for `--latest-items` flag\
The speed updating a git repository when `--lates-items` is set was
very poor. The main problem was when the references were updated to
the new hashes. All the active refs on the repository were modified,
even when they were up-to-date. Now, only references updated on the
remote repository are modified on the local one. Repositories are
synched 2 times faster than before.


perceval 1.0.9 - (2024-11-13)

* Update Poetry's package dependencies

perceval 1.0.8 - (2024-10-15)

* Update Poetry's package dependencies

1.0.7

**Dependencies updateds:**

* Python minimum version updated\
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project.

1.0.6

**Bug fixes:**

* Fix issue 782 (782)\
The issue was that perceval would not delete old tags from upstream
references. This change deletes tags locally if tags are deleted
upstream.

1.0.5

**Bug fixes:**

* Fixed missing backend name in usage string (799)\
The `perceval` command-line tool now correctly displays the backend
name in the usage string when using the `--help` option.


perceval 1.0.4 - (2024-08-09)

* Update Poetry's package dependencies

perceval 1.0.3 - (2024-08-02)

* Update Poetry's package dependencies

1.0.2

**Bug fixes:**

* Empty stats for moved/copied files in git\
Stats about changes on a file were not reported correctly for files
that where moved to a subdirectory. They were reported as an invalid
entry and without action associated. For example, the file
`dir/filename` was moved to `dir/subdir/filename`, but it was reported
as `dir//filename`. Therefore, the entry of the file
`dir/subdire/filename` didn't have the stats about added and deleted
lines. This error has been fixed and stats are reported correctly.


perceval 1.0.1 - (2024-05-09)

* Update Poetry's package dependencies

1.0.0

**New features:**

* First major release\
GrimoireLab reached a stable status. This is our first major release.

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.