summarylogtreecommitdiffstats
path: root/python-bcrypt-prefix-ceph.patch
blob: f7d574fbc9e55c73a1624136698ee9bc37aedae5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
diff --git a/pyproject.toml b/pyproject.toml
index e365c8c..6e27a0d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ requires = [
 build-backend = "setuptools.build_meta"
 
 [project]
-name = "bcrypt"
+name = "ceph_bcrypt"
 # When updating this, also update lib.rs
 version = "4.1.2"
 authors = [
@@ -41,7 +41,7 @@ homepage = "https://github.com/pyca/bcrypt/"
 [tool.setuptools]
 zip-safe = false
 package-dir = {"" = "src"}
-packages = ["bcrypt"]
+packages = ["ceph_bcrypt"]
 
 [tool.setuptools.dynamic]
 readme = {file = "README.rst", content-type = "text/x-rst"}
@@ -57,7 +57,7 @@ select = ['E', 'F', 'I', 'N', 'W', 'UP', 'RUF']
 line-length = 79
 
 [tool.ruff.isort]
-known-first-party = ["bcrypt", "tests"]
+known-first-party = ["ceph_bcrypt", "tests"]
 
 [tool.mypy]
 show_error_codes = true
diff --git a/setup.py b/setup.py
index 13694c4..160abdd 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ try:
     setup(
         rust_extensions=[
             RustExtension(
-                "bcrypt._bcrypt",
+                "ceph_bcrypt._bcrypt",
                 "src/_bcrypt/Cargo.toml",
                 py_limited_api="auto",
                 rust_version=(
diff --git a/tests/test_bcrypt.py b/tests/test_bcrypt.py
index 68c00fb..0661573 100644
--- a/tests/test_bcrypt.py
+++ b/tests/test_bcrypt.py
@@ -1,6 +1,6 @@
 import pytest
 
-import bcrypt
+import ceph_bcrypt as bcrypt
 
 _test_vectors = [
     (