Skip to content

Commit

Permalink
Changes to build configuration for snappy (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Jan 16, 2024
1 parent 0c9d13b commit cbcd01d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data/projects.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,7 @@ version: >=0.6.1
dpkg_build_dependencies: libsnappy-dev
rpm_build_dependencies: snappy-devel
setup_name: snappy
wheel_name: python_snappy
maintainer: Andres Moreira <[email protected]>
homepage_url: https://github.com/andrix/python-snappy
download_url: https://pypi.org/project/python-snappy/
Expand Down
2 changes: 1 addition & 1 deletion tests/download_helpers/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class Log2TimelineGitHubReleasesDownloadHelperTest(test_lib.BaseTestCase):

_PROJECT_ORGANIZATION = 'log2timeline'
_PROJECT_NAME = 'dfvfs'
_PROJECT_VERSION = '20231205'
_PROJECT_VERSION = '20240115'

@classmethod
def setUpClass(cls):
Expand Down
2 changes: 1 addition & 1 deletion tests/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class DependencyUpdaterTest(test_lib.BaseTestCase):
# pylint: disable=protected-access

_PROJECT_NAME = 'dfvfs'
_PROJECT_VERSION = '20240107'
_PROJECT_VERSION = '20240115'

def testGetAvailableWheelPackages(self):
"""Tests the _GetAvailableWheelPackages function."""
Expand Down

0 comments on commit cbcd01d

Please sign in to comment.