@@ -12,14 +12,17 @@ class PyLazyObjectProxy(PythonPackage):
12
12
homepage = "https://github.com/ionelmc/python-lazy-object-proxy"
13
13
pypi = "lazy-object-proxy/lazy-object-proxy-1.3.1.tar.gz"
14
14
15
+ version ('1.7.1' , sha256 = 'd609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4' )
16
+ version ('1.7.0' , sha256 = '2185392631e9d1733749d06ee5210438908d46cc04666a0eba5679d885754894' )
15
17
version ('1.6.0' , sha256 = '489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726' )
16
18
version ('1.4.3' , sha256 = 'f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0' )
17
19
version ('1.3.1' , sha256 = 'eb91be369f945f10d3a49f5f9be8b3d0b93a4c2be8f8a5b83b0571b8123e0a7a' )
18
20
19
21
depends_on (
'[email protected] :2.8,3.4:' ,
type = (
'build' ,
'run' ))
20
22
depends_on (
'[email protected] :2.8,3.6:' ,
type = (
'build' ,
'run' ),
when = '@1.6.0:' )
23
+ depends_on (
'[email protected] :' ,
type = (
'build' ,
'run' ),
when = '@1.7.0:' )
21
24
22
25
depends_on (
'[email protected] :' ,
type = 'build' ,
when = '@1.4.0:' )
23
- depends_on (
'[email protected] :5' ,
type = 'build' ,
when = '@1.6.0:' )
26
+ depends_on (
'[email protected] :5' ,
type = 'build' ,
when = '@1.6.0:1.6 ' )
24
27
depends_on ('py-setuptools' , type = 'build' )
25
28
depends_on (
'[email protected] :' ,
type = 'build' ,
when = '@1.6.0:' )
0 commit comments