GithubHelp home page GithubHelp logo

sztpd's People

Contributors

artek-koltun avatar glimchb avatar renovate[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

artek-koltun

sztpd's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v37.140.8

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
  • docker.io/curlimages/curl 8.5.0
dockerfile
Dockerfile
  • docker.io/library/python 3.11.5-slim
github-actions
.github/workflows/commitlint.yml
.github/workflows/docker-publish.yml
.github/workflows/linters.yml
  • actions/checkout v4
  • actions/checkout v4
  • hadolint/hadolint-action v3.1.0
  • actions/checkout v4
  • azohra/shell-linter v0.6.0
.github/workflows/release-please.yml
.github/workflows/update-copyright-years-in-license-file.yml
pip_requirements
requirements.txt
  • aiohttp ==3.9.1
  • aiosignal ==1.3.1
  • asn1crypto ==1.5.1
  • async-timeout ==4.0.3
  • attrs ==23.2.0
  • basicauth ==1.0.0
  • certifi ==2023.11.17
  • certvalidator ==0.11.1
  • cffi ==1.16.0
  • charset-normalizer ==3.3.2
  • cryptography ==41.0.7
  • fifolock ==0.0.20
  • frozenlist ==1.4.1
  • greenlet ==3.0.3
  • idna ==3.6
  • multidict ==6.0.4
  • oscrypto ==1.3.0
  • passlib ==1.7.4
  • pem ==23.1.0
  • pyasn1 ==0.5.1
  • pyasn1-modules ==0.3.0
  • pycparser ==2.21
  • pysqlite3 ==0.5.2
  • PyXB ==1.2.6
  • requests ==2.31.0
  • six ==1.16.0
  • SQLAlchemy ==2.0.25
  • SQLAlchemy-Utils ==0.41.1
  • sztpd ==0.0.15
  • urllib3 ==2.1.0
  • yangson ==1.5.1
  • yarl ==1.9.4
pre-commit
.pre-commit-config.yaml
  • pre-commit/pre-commit-hooks v4.5.0
  • renovatebot/pre-commit-hooks 37.131.0
  • alessandrojcm/commitlint-pre-commit-hook v9.11.0

  • Check this box to trigger a request for Renovate to run again on this repository

migrate linters re-usable workflow

see #5

failed on docker-lint

Error: Dockerfile:6 DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`

and golangci-lint on

  level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies"

remove `gcc` from dockerfile

without gcc fails on

Building wheels for collected packages: pysqlite3
  Building wheel for pysqlite3 (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [15 lines of output]
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-cpython-311
      creating build/lib.linux-x86_64-cpython-311/pysqlite3
      copying pysqlite3/__init__.py -> build/lib.linux-x86_64-cpython-311/pysqlite3
      copying pysqlite3/dbapi2.py -> build/lib.linux-x86_64-cpython-311/pysqlite3
      running build_ext
      Builds a C extension linking against libsqlite3 library
      building 'pysqlite3._sqlite3' extension
      creating build/temp.linux-x86_64-cpython-311
      creating build/temp.linux-x86_64-cpython-311/src
      gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DMODULE_NAME=\"pysqlite3.dbapi2\" -I/usr/include -I/usr/local/include/python3.11 -c src/blob.c -o build/temp.linux-x86_64-cpython-311/src/blob.o
      error: command 'gcc' failed: No such file or directory
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for pysqlite3
  Running setup.py clean for pysqlite3
Failed to build pysqlite3
Installing collected packages: pysqlite3, pyasn1, pem, passlib, charset-normalizer, basicauth, asn1crypto, yangson, urllib3, typing-extensions, six, pycparser, pyasn1-modules, oscrypto, multidict, idna, greenlet, frozenlist, fifolock, certifi, attrs, async-timeout, yarl, sqlalchemy, requests, cffi, certvalidator, aiosignal, sqlalchemy-utils, cryptography, aiohttp, sztpd
  Running setup.py install for pysqlite3 ... error
  error: subprocess-exited-with-error

  × Running setup.py install for pysqlite3 did not run successfully.
  │ exit code: 1
  ╰─> [17 lines of output]
      running install
      /usr/local/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
        warnings.warn(
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-cpython-311
      creating build/lib.linux-x86_64-cpython-311/pysqlite3
      copying pysqlite3/__init__.py -> build/lib.linux-x86_64-cpython-311/pysqlite3
      copying pysqlite3/dbapi2.py -> build/lib.linux-x86_64-cpython-311/pysqlite3
      running build_ext
      Builds a C extension linking against libsqlite3 library
      building 'pysqlite3._sqlite3' extension
      creating build/temp.linux-x86_64-cpython-311
      creating build/temp.linux-x86_64-cpython-311/src
      gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DMODULE_NAME=\"pysqlite3.dbapi2\" -I/usr/include -I/usr/local/include/python3.11 -c src/blob.c -o build/temp.linux-x86_64-cpython-311/src/blob.o
      error: command 'gcc' failed: No such file or directory
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> pysqlite3

but check out https://pypi.org/project/pysqlite3-wheels/ or https://pypi.org/project/pysqlite3-binary/
maybe no need for gcc any more since we don't have to build wheels

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.