Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yara-python
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
yara-python
Commits
1dd10dcf
Commit
1dd10dcf
authored
6 years ago
by
Victor M. Alvarez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update yara submodule and don't build for Python 2.6 anymore.
parent
40d41f2e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
21 deletions
+3
-21
appveyor.yml
appveyor.yml
+2
-19
setup.py
setup.py
+0
-1
yara
yara
+1
-1
No files found.
appveyor.yml
View file @
1dd10dcf
...
...
@@ -8,35 +8,18 @@ environment:
matrix
:
# Python versions not pre-installed
# Python 2.6.6 is the latest Python 2.6 with a Windows installer
# See: https://github.com/ogrisel/python-appveyor-demo/issues/10
-
PYTHON
:
"
C:
\\
Python266"
PYTHON_VERSION
:
"
2.6.6"
PYTHON_ARCH
:
"
32"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2008"
VS
:
"
Visual
Studio
9
2008"
-
PYTHON
:
"
C:
\\
Python266-x64"
PYTHON_VERSION
:
"
2.6.6"
PYTHON_ARCH
:
"
64"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2008"
VS
:
"
Visual
Studio
9
2008
Win64"
# Pre-installed Python versions, which Appveyor may upgrade to
# a later point release.
# See: http://www.appveyor.com/docs/installed-software#python
-
PYTHON
:
"
C:
\\
Python27"
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
3
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
5
PYTHON_ARCH
:
"
32"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2008"
VS
:
"
Visual
Studio
9
2008"
-
PYTHON
:
"
C:
\\
Python27-x64"
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
3
PYTHON_VERSION
:
"
2.7.x"
# currently 2.7.1
5
PYTHON_ARCH
:
"
64"
OPENSSL_LIB
:
"
openssl-1.1.0e-vs2008"
VS
:
"
Visual
Studio
9
2008
Win64"
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
1dd10dcf
...
...
@@ -299,6 +299,5 @@ setup(
'update'
:
UpdateCommand
},
ext_modules
=
[
Extension
(
name
=
'yara'
,
language
=
'c++11'
,
include_dirs
=
[
'yara/libyara/include'
,
'yara/libyara/'
,
'.'
],
sources
=
[
'yara-python.c'
])])
This diff is collapsed.
Click to expand it.
yara
@
4ce5c98c
Subproject commit 4
86be8e756e917593e3dff572bd1bcb18370982a
Subproject commit 4
ce5c98cd32cbfe255341af424b3f11b9fec2363
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment