Commit 1dd10dcf by Victor M. Alvarez

Update yara submodule and don't build for Python 2.6 anymore.

parent 40d41f2e
...@@ -8,35 +8,18 @@ environment: ...@@ -8,35 +8,18 @@ environment:
matrix: 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 # Pre-installed Python versions, which Appveyor may upgrade to
# a later point release. # a later point release.
# See: http://www.appveyor.com/docs/installed-software#python # See: http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x" # currently 2.7.13 PYTHON_VERSION: "2.7.x" # currently 2.7.15
PYTHON_ARCH: "32" PYTHON_ARCH: "32"
OPENSSL_LIB: "openssl-1.1.0e-vs2008" OPENSSL_LIB: "openssl-1.1.0e-vs2008"
VS: "Visual Studio 9 2008" VS: "Visual Studio 9 2008"
- PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64"
PYTHON_VERSION: "2.7.x" # currently 2.7.13 PYTHON_VERSION: "2.7.x" # currently 2.7.15
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
OPENSSL_LIB: "openssl-1.1.0e-vs2008" OPENSSL_LIB: "openssl-1.1.0e-vs2008"
VS: "Visual Studio 9 2008 Win64" VS: "Visual Studio 9 2008 Win64"
......
...@@ -299,6 +299,5 @@ setup( ...@@ -299,6 +299,5 @@ setup(
'update': UpdateCommand}, 'update': UpdateCommand},
ext_modules=[Extension( ext_modules=[Extension(
name='yara', name='yara',
language='c++11',
include_dirs=['yara/libyara/include', 'yara/libyara/', '.'], include_dirs=['yara/libyara/include', 'yara/libyara/', '.'],
sources=['yara-python.c'])]) sources=['yara-python.c'])])
yara @ 4ce5c98c
Subproject commit 486be8e756e917593e3dff572bd1bcb18370982a Subproject commit 4ce5c98cd32cbfe255341af424b3f11b9fec2363
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment