<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>52874</bug_id>
          
          <creation_ts>2025-01-30 11:17:00 +0300</creation_ts>
          <short_desc>Ошибки SyntaxWarning при запуске conan</short_desc>
          <delta_ts>2025-01-30 11:17:00 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>conan</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Alexander Makeenkov">amakeenk</reporter>
          <assigned_to name="Pavel Vainerman">pv</assigned_to>
          <cc>antohami</cc>
    
    <cc>pv</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>258311</commentid>
    <comment_count>0</comment_count>
    <who name="Alexander Makeenkov">amakeenk</who>
    <bug_when>2025-01-30 11:17:00 +0300</bug_when>
    <thetext>Версия пакетв: conan-2.0.8-alt1

Шаги воспроизведения:
```
# apt-get install conan
$ conan --help
$ conan
```

Получаемый результат:
```
/usr/lib/python3/site-packages/patch_ng.py:427: SyntaxWarning: invalid escape sequence &apos;\d&apos;
  re_hunk_start = re.compile(b&quot;^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@&quot;)
/usr/lib/python3/site-packages/patch_ng.py:578: SyntaxWarning: invalid escape sequence &apos;\s&apos;
  re_filename_date_time = b&quot;^--- ([^\t]+)(?:\s([0-9-]+)\s([0-9:]+)|.*)&quot;
/usr/lib/python3/site-packages/patch_ng.py:621: SyntaxWarning: invalid escape sequence &apos;\+&apos;
  re_filename_date_time = b&quot;^\+\+\+ ([^\t]+)(?:\s([0-9-]+)\s([0-9:]+)|.*)&quot;
/usr/lib/python3/site-packages/patch_ng.py:653: SyntaxWarning: invalid escape sequence &apos;\d&apos;
  match = re.match(b&quot;^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@(.*)&quot;, line)

Consumer commands
cache      Perform file operations in the local cache (of recipes and/or packages).
config     Manage the Conan configuration in the Conan home.
graph      Compute a dependency graph, without installing or building the binaries.
inspect    Inspect a conanfile.py to return its public fields.
install    Install the requirements specified in a recipe (conanfile.py or conanfile.txt).
list       List existing recipes, revisions, or packages in the cache (by default) or the
             remotes.
lock       Create or manage lockfiles.
profile    Manage profiles.
remote     Manage the remote list and the users authenticated on them.
remove     Remove recipes or packages from local cache or a remote.
search     Search for package recipes in all the remotes (by default), or a remote.
version    Give information about the Conan client version.

```</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>